American programmer & open source advocate (1957-)
Eric S. Raymond (born December 4, 1957), often referred to by his initials ESR, is the author of The Cathedral and the Bazaar and the present maintainer of the Jargon File (also known as "The New Hacker's Dictionary").
From: Wikiquote (CC BY-SA 4.0)
From Wikidata (CC0)
Limited Time Offer
Premium members can get their quote collection automatically imported into their Quotewise collections.
It shouldn't be news to anyone that there is an effort afoot to change – I would say corrupt – the fundamental premises of the open-source culture. Instead of meritocracy and "show me the code", we are now urged to behave so that no-one will ever feel uncomfortable. … We are being social-hacked from being a culture in which freedom is the highest value to one in which it is trumped by the suppression of wrongthink and wrongspeak.
There is another kind of skill not normally associated with software development which I think is as important as design cleverness to bazaar projects—and it may be more important. A bazaar project coordinator or leader must have good people and communications skills. … It is not a coincidence that Linus is a nice guy who makes people like him and want to help him.
Unlimited Quote Collections
Organize your favorite quotes without limits. Create themed collections for every occasion with Premium.
All OO languages show some tendency to suck programmers into the trap of excessive layering. Object frameworks and object browsers are not a substitute for good design or documentation, but they often get treated as one. Too many layers destroy transparency: It becomes too difficult to see down through them and mentally model what the code is actually doing. The Rules of Simplicity, Clarity, and Transparency get violated wholesale, and the result is code full of obscure bugs and continuing maintenance problems.