У нас вы можете посмотреть бесплатно The Strategy Pattern: Write BETTER PYTHON CODE Part 3 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide. The strategy pattern is a widely used design pattern that help you write better Python code. I'll show you how to apply the strategy using a practical example written in Python. I'll cover both the classic object-oriented version of the pattern, and I'll also show you a functional version that's a bit shorter to write and works equally well. At the end of the video, there's a more advanced bit where you'll see how to add type hints for functions as parameters. 🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/ You can find the code I worked on in this episode in my GitHub repository: https://github.com/arjancodes/betterp... Chapters: 0:00 Intro 1:30 Code example 3:21 Main problem with the code 4:01 Switching to a strategy pattern 5:23 Creating concrete strategies 6:56 Updating the process_tickets method 10:09 Adding a new strategy 11:03 A functional version of the strategy 13:18 Adding a function type hint 14:49 Outro