Hacker News new | ask | show | jobs
by skydhash 880 days ago
Paradigms don’t solve each other’s problems. They’re just another approach that may be better in specific contexts and you can even mix them. Although today, some languages is veering towards using structs and the like for data models and classes as logic containers (swift, kotlin).

As for huge codebases, everyone knows that line of codes does not equal quality.

1 comments

So basically, OOP is still the best for big iterative projects?