Deep Dive Into the Repository Design Pattern in Python

Опубликовано: 26 Январь 2024
на канале: ArjanCodes
78,422
1.7k

💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

In this video, I’ll take a closer look at the repository design pattern in Python. This is a very useful pattern that allows you to keep your data storage separate from your data operations.

🔥 GitHub repository: https://git.arjan.codes/2024/repository

🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/

🔖 Chapters:
0:00 Intro
0:37 Repository code example
4:13 About the pattern
8:04 Better software testing
9:36 Warnings and Caveats
11:24 Final thoughts

#arjancodes #softwaredesign #python