In this series, I talk about design patterns and principles and show you how you can use them to improve the quality of your code. All examples are in Python.
Curated by: ArjanCodes (99 videos)
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll dive into the State Design Pattern in Python, a game-changer for managing state changes in object-oriented programming. GitHub repository: https://git.arjan.codes/2023/state. 🎓 ArjanCodes Courses: https://www.arjancodes.com/courses. 💬 Join my Discord server: https://discord.arjan.codes. ⌨️ Keyboard I’m using: https://amzn.to/49YM97v. 🔖 Chapters: 0:00 Intro 1:09 What is the State Design Pattern? 1:25 Basic Example 3:54 Example 2: Document editing 8:55 Example 3: Game states 17:24 When to use the State pattern? 18:34 Final thoughts #arjancodes #softwaredesign #python