TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Object-Oriented Programming Is the Biggest Mistake of Computer Science

3 点作者 creolabs超过 4 年前

3 条评论

shujutech超过 4 年前
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-超过 4 年前
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_dal超过 4 年前
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.