TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Object-Oriented Programming Is the Biggest Mistake of Computer Science

3 pointsby creolabsover 4 years ago

3 comments

shujutechover 4 years ago
Sorry I don&#x27;t agree, one must see OO as the next steps from linear coding, then procedural coding and then OO.<p>OO is about how you should structure your enterprise application according to how God has structured the real world.<p>Only mistakes these OO language did is it&#x27;s too flexible till developers abuse it by structuring their application according to each developer imaginary world.
cjbottaro-over 4 years ago
Been OOPing for 24 years now. Just picked up a practical functional language about 5 years ago. The difference is night and day and I can see clearly now: OOP causes way more problems than it solves.
sam_dalover 4 years ago
What garbage!! Your logic can be applied to plethora of languages and paradigms. Problem seems to do more with culture &#x2F; process &#x2F; practices than programming language.