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 Good*

2 pointsby Rumperuuabout 6 years ago

2 comments

Rumperuuabout 6 years ago
Brian Will of “Object-Oriented Programming is Bad”[0] fame presents ‘a positive case for an alternative’, or a ‘prescription for how code <i>should</i> be written, rather than how it <i>shouldn&#x27;t</i>.’<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=QM1iUe6IofM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=QM1iUe6IofM</a>
lincpaabout 6 years ago
Complex networks of relationships between objects in the OO system are also difficult to maintain.<p>I tend to construct systems with the simplest concepts and the most basic techniques, syntax, and functions. Used to implement my mind, Pipeline Programming(The Pure Function Pipeline Data Flow) is the simplest, stable, reliable and readable.