Hacker News new | ask | show | jobs
by ucee054 4923 days ago
Or you could drop stupid, stupid OOP, and then you won't have a mismatch.
1 comments

Even when you use OOP languages some tasks are really badly suited for OOP, so then just code it like it was imperative or functional. The relevant example here is reporting, where SQL is one of the most suited languages for this task. Use the right tool for the right job.