“The mind is like a parachute. It only works when it’s open.”
Frank Zappa
“I would rather be free in my mind, and be locked up in a prison cell, than to be a coward and not be able to say what I want.”
Bobby Fischer, American chess grandmaster
“The best way to predict the future is to create it.”
Peter Drucker, management consultant, educator and author
“Talent hits a target no one else can hit; Genius hits a target no one else can see.”
Arthur Schopenhauer
“If the users don’t control the program, the program controls the users.”
Richard M. Stallman, creator of GNU/Linux, founder of the Free Software Foundation. (source)
“I’m an investigator. A professional respects the traditions of the profession and does what he’s taught to do. An investigator tears it all down, questions everything, asks, ‘What should we be doing?’ It’s a completely different posture.”
Chicago Mag interview, Cal Meineke, violin luthier
Dr. Joe Armstrong, inventor of Erlang
“Being really good at C++ is like being really good at using rocks to sharpen sticks.”
Thant Tessman
“When your hammer is C++, everything begins to look like a thumb.”
Steve Hoflich on compl.lang.c++
Dr. Joe Armstrong was a computer scientist and physicist, the inventor of Erlang, and a researcher at Ericsson Telecom. After Dr. Armstrong’s death, his website was not well-maintained. Before it disappeared from the internet, the above quotes were found on his favorite quotes page.
Freddie Mercury
Lead singer of the hit Rock n’ Roll band, Queen.
Paul Graham
Hackers and Painters is a book about programming by Paul Graham, cofounder of YCombinator, a tech startup accelerator. The book relates his experience using Lisp in the early days of the internet to create highly sophisticated yet maintainable web apps.
Discussions and Videos
Brian Will’s criticisms of Object-oriented Programming Paradigm
“With procedural code—particularly pure functional code—even when the division of responsibilities amongst the functions is sub-optimal, new functions and data types can generally be added without making the existing code messier. Object-oriented design, in contrast, much more often punishes programmers for not thinking ahead.”
Brian Will on Medium
“Because it’s so easy to put responsibilities in the wrong place, object-oriented code doesn’t tolerate incremental design very well. Yes, in theory, perfectly decomposed classes are easily supplemented with additional classes, but in practice, class decompositions are never perfect, and so every new class and method tends to add to the existing confusion and produces more work for later restructuring.”
Brian Will on Medium
Famous developer criticisms of OOP
Selections from Yegor256.com
“Objects bind functions and data structures together in indivisible units. I think this is a fundamental error since functions and data structures belong in totally different worlds.”
Why OO Sucks (2011), Dr. Joe Armstrong
“Object-oriented programming offers a sustainable way to write spaghetti code.”
The Hundred Year Language (2003), Paul Graham
“The OO design concept initially proved valuable in the design of graphics systems, graphical user interfaces, and certain kinds of simulation. To the surprise and gradual disillusionment of many, it has proven difficult to demonstrate significant benefits of OO outside those areas.”
The Art of UNIX Programming (2005), Eric S. Raymond
You must be logged in to post a comment.