General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Continuous Delivery
comments
Comments by "" (@defeqel6537) on "Object Oriented Programming vs Functional Programming" video.
@teeesen my dearest hope is for C/C++ compatible language which would basically be C++, but with better defaults (e.g. mutable instead of const, for both variables and methods, and for both definitions and call sites)
3
I'm not sure if data oriented programming is really a programming paradigm as much as software design, although those things are deeply intertwined anyway. Data oriented is also something simple on the surface, but gets quite complicated in practice, though I still like to lean towards it. I like to use multiple paradigms as they best suite the situation, which is why I generally like C++, despite its problems.
1