Hacker News new | ask | show | jobs
by chi3 3023 days ago
That's quite irrelevant to the conversation though, we weren't talking about whether OOP is good or not. C++ is very far from "C with classes" today.
1 comments

Ok but still OOP is the central idea and also there is this trend the most annoying one to always try modeling everything as classes and objects.
plenty of c++ is just functions wrapped in namespaces. namespaces alone are a significant advantage over c.