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't</i>.’<p>[0] <a href="https://www.youtube.com/watch?v=QM1iUe6IofM" rel="nofollow">https://www.youtube.com/watch?v=QM1iUe6IofM</a>
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.