Alternatives to OOP in D
Kapendev
alexandroskapretsos at gmail.com
Thu Nov 6 14:42:36 UTC 2025
On Thursday, 6 November 2025 at 07:14:43 UTC, Peter C wrote:
> *If* the problem domain is in the real world, and not the
> computational world, then your proposed Data-Oriented Design
> (DOD), which intentionally...
I personally avoid using any random 3-letter words (OOP, DOD,
...) for my personal projects because it solves nothing real.
It's so much simpler when you just focus on the job you have to
do. Do you need to abstract something somewhere to make it easier
to use? Do that. Do you need some extra speed elsewhere? Make
that part more low level. Problem solved. Boom 💥🤯
More information about the Digitalmars-d-learn
mailing list