this post was submitted on 02 Jun 2023
3 points (100.0% liked)

Programming

13345 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code.

you are viewing a single comment's thread
view the rest of the comments
[–] mattcriswell@lemmy.sdf.org 1 points 1 year ago

You might also enjoy Brandon Rhodes' website which has some pretty skillful writeups on Python Patterns as well.