Frank Zappa

“The mind is like a parachute: it only works when it’s open.”

“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

“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

“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

Some of Dr. Joe Armstrong’s favorite quotes

“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

Freddie Mercury

Lead singer of the hit Rock n’ Roll band, Queen.

Hackers & Painters

by Paul Graham, cofounder of YCombinator

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 developers’ criticism of OOP

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

Valve’s take on the gaming industry’s UX stagnation

“We’re frustrated by the lack of innovation in the computer hardware space though, so we’re jumping in. Even basic input, the keyboard and mouse, haven’t really changed in any meaningful way over the years. There’s a real void in the marketplace, and opportunities to create compelling user experiences are being overlooked.”

from a job application for Valve Software, creators of Steam
%d bloggers like this: