A curated list of software and architecture related design patterns

GitHub - DovAmir/awesome-design-patterns: A curated list of software and architecture related design patterns…
A curated list of software and architecture related design patterns. - GitHub - DovAmir/awesome-design-patterns: A curated list of software and architecture related design patterns.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

Corresponding tweet for this thread:

Share link for this tweet.

There are a lot of patterns in software development, and you might not be able to use them all in your career. It is good to read through all of these, but more important is understanding when you should be using them and the tradeoffs of using them.

2 Likes

@dani may I ask what pattern(s) have you used in your work?

1 Like

We have used “layered architecture” a lot before, but now, we are trying the vertical slice architecture. Code is easier to understand, since you don’t have to jump between folders to see how a feature/slice is implemented.

2 Likes