Vlek / vlek.github.io

Personal blog
2 stars 0 forks source link

Design patterns #25

Open Vlek opened 1 year ago

Vlek commented 1 year ago

I know that this is likely going to be huge. Likely going to cover a lot of ground.

I would like to at least start with a couple. There may be some that I can group together into coherent subgroupings so that I can make multiple articles that make sense?

https://www.geeksforgeeks.org/python-design-patterns/ https://www.geeksforgeeks.org/software-design-patterns/

These have them grouped: https://medium.com/design-patterns-in-python https://github.com/faif/python-patterns

Vlek commented 1 year ago

I think that the best way to handle this is to have one article that talks about why design patterns are helpful as a whole, like what they are and what they aim to do. Then have articles for each individual design pattern that I wish to cover that goes in-depth into them.