Refactoring Object-Oriented to AWESOME Functional Code

Published: 09 August 2024
on channel: ArjanCodes
53,151
1.5k

👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

In this video, I want to show you that there is a place for object-oriented code and a place for more functional code. In Python, you can combine the two, which is great, and you can do it so that you get the best of both worlds.

🔥 GitHub Repository: https://git.arjan.codes/2024/funky

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

🔖 Chapters:
0:00 Intro
0:09 Functional vs object-oriented code
0:47 Code explanation
4:07 Functional version
12:21 More functional version
17:25 Even more functional version
21:54 Final thoughts

#arjancodes #softwaredesign #python