Level Up in programming

By watching “5 powerful code patterns” (RDC) I decided that I want to further evolve my level of programming. Does anyone know a way to do this? I am currently learning OOP but I still think there is a level above that. My preference is articles, but anything helps.

1 Like

Check out ECS, it is another tool for creating reusable code with pros and cons compared to OOP. Currently, I’m using it to avoid the multiple inheritance issue or the diamond problem with OOP for future updates of my game where I plan to stuff feature upon feature to my code base.

2 Likes