[ { "_id": { "$oid": "5a6ce86e2af929789500e7e4" }, "text": "Computer Science is no more about computers than astronomy is about telescopes.", "author": "Edsger W. Dijkstra", "numberOfVotes": 16, "rating": 4.2 }, { "_id": { "$oid": "5a6ce86e2af929789500e7d7" }, "text": "Simplicity is prerequisite for reliability.", "author": "Edsger W. Dijkstra" }, { "_id": { "$oid": "5a6ce86d2af929789500e7ca" }, "text": "The computing scientist’s main challenge is not to get confused by the complexities of his own making.", "author": "Edsger W. Dijkstra", "numberOfVotes": 8, "rating": 4 }, { "_id": { "$oid": "5a6ce86f2af929789500e7f3" }, "text": "If debugging is the process of removing software bugs, then programming must be the process of putting them in.", "author": "Edsger W. Dijkstra", "numberOfVotes": 5, "rating": 4.7 }, { "_id": { "$oid": "5a6ce86e2af929789500e7d9" }, "text": "A program is like a poem: you cannot write a poem without writing it. Yet people talk about programming as if it were a production process and measure „programmer productivity“ in terms of „number of lines of code produced“. In so doing they book that number on the wrong side of the ledger: We should always refer to „the number of lines of code spent“.", "author": "Edsger W. Dijkstra", "numberOfVotes": 1, "rating": 4.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e7f8" }, "text": "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.", "author": "Tony Hoare", "numberOfVotes": 5, "rating": 4.1 }, { "_id": { "$oid": "5a6ce86f2af929789500e807" }, "text": "The best minds of my generation are thinking about how to make people click ads.", "author": "Jeff Hammerbacher", "numberOfVotes": 6, "rating": 4.1 }, { "_id": { "$oid": "5a6ce86f2af929789500e7f9" }, "text": "The tools we use have a profound and devious influence on our thinking habits, and therefore on our thinking abilities.", "author": "Edsger W. Dijkstra", "numberOfVotes": 4, "rating": 4.9 }, { "_id": { "$oid": "5a6ce86f2af929789500e7f5" }, "text": "How do we convince people that in programming simplicity and clarity — in short: what mathematicians call \"elegance\" — are not a dispensable luxury, but a crucial matter that decides between success and failure?", "author": "Edsger W. Dijkstra", "numberOfVotes": 4, "rating": 3.8 }, { "_id": { "$oid": "5a6ce86f2af929789500e80b" }, "text": "Adding manpower to a late software project makes it later.", "author": "Fred Brooks", "numberOfVotes": 4, "rating": 4.9 }, { "_id": { "$oid": "5a6ce86f2af929789500e809" }, "text": "Sometimes there is a silver bullet for boosting software engineering productivity. But you need to shoot the right person.", "author": "Michael Stal", "numberOfVotes": 3, "rating": 3.4 }, { "_id": { "$oid": "5a6ce86f2af929789500e815" }, "text": "Nine women can't make a baby in one month.", "author": "Fred Brooks", "source": "Frederick P. Brooks Jr., The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e81a" }, "text": "Deleted code is debugged code.", "author": "Jeff Sickel", "numberOfVotes": 3, "rating": 4.9 }, { "_id": { "$oid": "5a6ce86f2af929789500e826" }, "text": "When in doubt, use brute force.", "author": "Ken Thompson", "numberOfVotes": 3, "rating": 4.2 }, { "_id": { "$oid": "5a6ce86f2af929789500e814" }, "text": "When a task cannot be partitioned because of sequential constraints, the application of more effort has no effect on the schedule. The bearing of a child takes nine months, no matter how many women are assigned.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 4, "rating": 3.7 }, { "_id": { "$oid": "5a6ce86f2af929789500e816" }, "text": "If each part of the task must be separately coordinated with each other part, the effort increases as n(n-1)/2. Three workers require three times as much pairwise intercommunication as two; four require six times as much as two.", "author": "Fred Brooks", "source": "Frederick P. Brooks Jr., The Mythical Man-Month", "numberOfVotes": 3, "rating": 4.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e818" }, "text": "Having a system architect is the most important single step toward conceptual integrity. After teaching a software engineering laboratory more than 20 times, I came to insist that student teams as small as four people choose a manager and a separate architect.", "author": "Fred Brooks", "source": "Frederick P. Brooks Jr., The Mythical Man-Month", "numberOfVotes": 3, "rating": 4.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e80f" }, "text": "The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures.", "author": "Fred Brooks", "source": "Frederick P. Brooks Jr., The Mythical Man-Month", "numberOfVotes": 3, "rating": 3.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e821" }, "text": "The first false assumption that underlies the scheduling of systems programming is that all will go well, i.e., that each task will hike only as long as it \"ought\" to take. A large programming effort, however, consists of many tasks, some chained end-to-end. The probability that each will go well becomes vanishingly small.", "author": "Fred Brooks", "source": "Frederick P. Brooks Jr., The Mythical Man-Month", "numberOfVotes": 3, "rating": 3.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e81e" }, "text": "We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. Yet we should not pass up our opportunities in that critical 3%.", "author": "Donald Knuth", "source": "Donald Knuth, Structured Programming with go to Statements, JACM Computing Surveys, Vol 6, No. 4, Dec. 1974, p.268", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a6ce86f2af929789500e824" }, "text": "One of my most productive days was throwing away 1,000 lines of code.", "author": "Ken Thompson", "numberOfVotes": 10, "rating": 4 }, { "_id": { "$oid": "5a6ce86f2af929789500e825" }, "text": "One accurate measurement is worth more than a thousand expert opinions.", "author": "Grace Hopper", "numberOfVotes": 1, "rating": 3 }, { "_id": { "$oid": "5a6ce86f2af929789500e80d" }, "text": "What one programmer can do in one month, two programmers can do in two months.", "author": "Fred Brooks", "numberOfVotes": 3, "rating": 5 }, { "_id": { "$oid": "5a6ce86f2af929789500e82e" }, "text": "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.", "author": "Rick Osborne", "numberOfVotes": 6, "rating": 2.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e830" }, "text": "A program that produces incorrect results twice as fast is infinitely slower.", "author": "John Ousterhout", "numberOfVotes": 4, "rating": 3.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e828" }, "text": "I have yet to see any problem, however complicated, which when looked at in the right way, did not become more complicated.", "author": "Poul Anderson", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e82a" }, "text": "Cleaning code does NOT take time. NOT cleaning code does take time.", "author": "Robert C. Martin", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e837" }, "text": "Beauty is more important in computing than anywhere else in technology because software is so complicated. Beauty is the ultimate defense against complexity.", "author": "David Gelernter", "numberOfVotes": 5, "rating": 3.4 }, { "_id": { "$oid": "5a6ce86f2af929789500e833" }, "text": "Walking on water and developing software from a specification are easy if both are frozen.", "author": "Edward V. Berard", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e836" }, "text": "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.", "author": "Brian Kernighan", "source": "Brian Kernighan and P.J. Plauger, The Elements of Programming Style", "numberOfVotes": 3, "rating": 4.7 }, { "_id": { "$oid": "5a6ce86f2af929789500e838" }, "text": "Controlling complexity is the essence of computer programming.", "author": "Brian Kernighan", "numberOfVotes": 4, "rating": 3.6 }, { "_id": { "$oid": "5a6ce86f2af929789500e83f" }, "text": "Debugging time increases as a square of the program’s size.", "author": "Chris Wenham", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e82c" }, "text": "The trouble with programmers is that you can never tell what a programmer is doing until it’s too late.", "author": "Seymour Cray", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e843" }, "text": "Code never lies, comments sometimes do.", "author": "Ron Jeffries", "numberOfVotes": 2, "rating": 3.8 }, { "_id": { "$oid": "5a6ce86f2af929789500e845" }, "text": "Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.", "author": "Laurence J. Peter", "numberOfVotes": 2, "rating": 3.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e841" }, "text": "Make a guess, double the number, and then move to the next larger unit of time. This rule scales tasks in a very interesting way: a one-minute task explodes by a factor of 120 to take two hours. A one-hour job explodes by \"only\" a factor 48 to take two days, while a one-day job grows by a factor of 14 to take two weeks.", "author": "Poul-Henning Kamp", "source": "Poul-Henning Kamp, The hyperdimensional tar pit", "numberOfVotes": 4, "rating": 3.9 }, { "_id": { "$oid": "5a6ce86f2af929789500e847" }, "text": "I have no special talent. I am only passionately curious.", "author": "Albert Einstein", "source": "Pismo Carlu Seeligu (11. ožujka 1952.), zabilježeno u Einstein Archives 39-013", "numberOfVotes": 7, "rating": 3.5 }, { "_id": { "$oid": "5a6ce86f2af929789500e849" }, "text": "The proper use of comments is to compensate for our failure to express ourself in code.", "author": "Robert C. Martin", "numberOfVotes": 8, "rating": 3.9 }, { "_id": { "$oid": "5a6ce86f2af929789500e852" }, "text": "When there is no type hierarchy you don’t have to manage the type hierarchy.", "author": "Rob Pike", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e856" }, "text": "Everybody should learn to program a computer, because it teaches you how to think.", "author": "Steve Jobs", "numberOfVotes": 3, "rating": 4.3 }, { "_id": { "$oid": "5a6ce86f2af929789500e84f" }, "text": "Simplicity is hard to build, easy to use, and hard to charge for. Complexity is easy to build, hard to use, and easy to charge for.", "author": "Chris Sacca", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a6ce8702af929789500e85a" }, "text": "Measuring programming progress by lines of code is like measuring aircraft building progress by weight.", "author": "Bill Gates", "numberOfVotes": 3, "rating": 4.2 }, { "_id": { "$oid": "5a6ce8702af929789500e85e" }, "text": "More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason - including blind stupidity.", "author": "William Wulf", "numberOfVotes": 3, "rating": 3 }, { "_id": { "$oid": "5a6ce8702af929789500e860" }, "text": "Testing can be a very effective way to show the presence of bugs, but it is hopelessly inadequate for showing their absence.", "author": "Edsger W. Dijkstra", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a6ce8702af929789500e864" }, "text": "Imagination is more important than knowledge.", "author": "Albert Einstein", "source": "U razgovoru s Georgeom Sylvesterom Viereckom What Life Means to Einstein (u novinama The Saturday Evening Post, 26. listopada 1929.)", "numberOfVotes": 7, "rating": 3.8 }, { "_id": { "$oid": "5a6ce8702af929789500e862" }, "text": "When I am working on a problem I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong.", "author": "Buckminster Fuller", "numberOfVotes": 7, "rating": 3.7 }, { "_id": { "$oid": "5a6ce86f2af929789500e84b" }, "text": "Good code is short, simple, and symmetrical - the challenge is figuring out how to get there.", "author": "Sean Parent", "numberOfVotes": 7, "rating": 3.8 }, { "_id": { "$oid": "5a6ce8702af929789500e868" }, "text": "If you think your users are idiots, only idiots will use it.", "author": "Linus Torvalds", "numberOfVotes": 10, "rating": 3.6 }, { "_id": { "$oid": "5a6ce8702af929789500e872" }, "text": "Once you stop learning you start dying.", "author": "Albert Einstein", "numberOfVotes": 4, "rating": 4.6 }, { "_id": { "$oid": "5a6ce8702af929789500e884" }, "text": "No code is faster than no code.", "author": "Kevlin Henney", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a6ce8702af929789500e86c" }, "text": "Over half of the time you spend working on a project is spent thinking, and no tool, no matter how advanced, can think for you.", "author": "Richard P. Gabriel", "numberOfVotes": 3, "rating": 2.9 }, { "_id": { "$oid": "5a6ce8702af929789500e86e" }, "text": "We could, for instance, begin with cleaning up our language by no longer calling a bug a bug but by calling it an error. It is much more honest because it squarely puts the blame where it belongs, viz. with the programmer who made the error. The animistic metaphor of the bug that maliciously sneaked in while the programmer was not looking is intellectually dishonest as it disguises that the error is the programmer's own creation. The nice thing of this simple change of vocabulary is that it has such a profound effect: while, before, a program with only one bug used to be \"almost correct\", afterwards a program with an error is just \"wrong\".", "author": "Edsger W. Dijkstra", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a6ce8702af929789500e88b" }, "text": "Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.", "author": "Stewart Brand", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a6ce8702af929789500e887" }, "text": "A complex system that works is invariably found to have evolved from a simple system that worked. The inverse proposition also appears to be true: A complex system designed from scratch never works and cannot be made to work.", "author": "John Gall (author)", "numberOfVotes": 2, "rating": 3.3 }, { "_id": { "$oid": "5a6ce8702af929789500e889" }, "text": "The most amazing achievement of the computer software industry is its continuing cancellation of the steady and staggering gains made by the computer hardware industry.", "author": "Henry Petroski", "numberOfVotes": 1, "rating": 2.5 }, { "_id": { "$oid": "5a6ce8702af929789500e88e" }, "text": "I am never satisfied until I have said as much as possible in a few words, and writing briefly takes far more time than writing at length.", "author": "Carl Friedrich Gauss", "numberOfVotes": 4, "rating": 4.5 }, { "_id": { "$oid": "5a6ce8702af929789500e890" }, "text": "There are only two kinds of languages: the ones people complain about and the ones nobody uses.", "author": "Bjarne Stroustrup", "numberOfVotes": 5, "rating": 4.4 }, { "_id": { "$oid": "5a6ce8702af929789500e892" }, "text": "The purpose of software engineering is to control complexity, not to create it.", "author": "Pamela Zave", "numberOfVotes": 4, "rating": 3.9 }, { "_id": { "$oid": "5a6ce8702af929789500e89a" }, "text": "Unix is simple. It just takes a genius to understand its simplicity.", "author": "Dennis Ritchie", "numberOfVotes": 9, "rating": 3.2 }, { "_id": { "$oid": "5a6ce8702af929789500e89c" }, "text": "A language that doesn’t have everything is actually easier to program in than some that do.", "author": "Dennis Ritchie", "numberOfVotes": 2, "rating": 3.8 }, { "_id": { "$oid": "5a6ce8702af929789500e8a2" }, "text": "What I cannot build, I do not understand.", "author": "Richard Feynman", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a6ce8702af929789500e8a6" }, "text": "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius – and a lot of courage – to move in the opposite direction.", "author": "Albert Einstein", "numberOfVotes": 5, "rating": 3 }, { "_id": { "$oid": "5a6ce8702af929789500e898" }, "text": "There is no programming language, no matter how structured, that will prevent programmers from making bad programs.", "author": "Lawrence Flon", "source": "Larry Flon (1975) \"On research in structured programming\". SIGPLAN Not., 10(10), pp.16–17", "numberOfVotes": 3, "rating": 4 }, { "_id": { "$oid": "5a6ce8702af929789500e8a8" }, "text": "Any fool can write code that a computer can understand. Good programmers write code that humans can understand.", "author": "Martin Fowler", "source": "Martin Fowler, Refactoring", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a6ce8702af929789500e894" }, "text": "The problem with object-oriented languages is they’ve got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.", "author": "Joe Armstrong (programmer)", "numberOfVotes": 6, "rating": 2.8 }, { "_id": { "$oid": "5a6ce8702af929789500e86a" }, "text": "You can’t trust code that you did not totally create yourself.", "author": "Ken Thompson", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a6ce8702af929789500e8a4" }, "text": "A clever person solves a problem. A wise person avoids it.", "author": "Albert Einstein", "numberOfVotes": 3, "rating": 4.9 }, { "_id": { "$oid": "5a6ce8702af929789500e8ac" }, "text": "The most important single aspect of software development is to be clear about what you are trying to build.", "author": "Bjarne Stroustrup", "numberOfVotes": 2, "rating": 2.3 }, { "_id": { "$oid": "5a6ce8702af929789500e8aa" }, "text": "The only sin is to make a choice without knowing you are making one.", "author": "Jonathan Shewchuk", "numberOfVotes": 3, "rating": 3.5 }, { "_id": { "$oid": "5a6ce8702af929789500e8b0" }, "text": "So much complexity in software comes from trying to make one thing do two things.", "author": "Ryan Singer", "numberOfVotes": 2, "rating": 3.8 }, { "_id": { "$oid": "5a6ce8702af929789500e8b2" }, "text": "Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.", "author": "P. J. Plauger", "numberOfVotes": 3, "rating": 2.8 }, { "_id": { "$oid": "5a6ce8702af929789500e8b6" }, "text": "First, solve the problem. Then, write the code.", "author": "John Johnson", "numberOfVotes": 3, "rating": 4.5 }, { "_id": { "$oid": "5a6ce8702af929789500e8b4" }, "text": "A good programmer is someone who looks both ways before crossing a one-way street.", "author": "Doug Linder", "numberOfVotes": 4, "rating": 4.6 }, { "_id": { "$oid": "5a6ce8702af929789500e8b8" }, "text": "Compatibility means deliberately repeating other people’s mistakes.", "author": "David Wheeler (computer scientist)", "numberOfVotes": 3, "rating": 3.4 }, { "_id": { "$oid": "5a6ce8702af929789500e8ba" }, "text": "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.", "author": "Jeremy S. Anderson", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a6ce8702af929789500e8bc" }, "text": "The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague", "author": "Edsger W. Dijkstra", "source": "The Humble Programmer (1972)", "numberOfVotes": 3, "rating": 4.3 }, { "_id": { "$oid": "5a6ce8702af929789500e8ae" }, "text": "When in doubt, leave it out.", "author": "Joshua Bloch", "numberOfVotes": 5, "rating": 4.3 }, { "_id": { "$oid": "5a6ce8702af929789500e8be" }, "text": "I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.", "author": "Linus Torvalds", "numberOfVotes": 6, "rating": 3.6 }, { "_id": { "$oid": "5a6ce8702af929789500e8ce" }, "text": "Never memorize something that you can look up.", "author": "Albert Einstein", "numberOfVotes": 10, "rating": 4.4 }, { "_id": { "$oid": "5a6ce8702af929789500e8cc" }, "text": "Mathematicians stand on each others' shoulders and computer scientists stand on each others' toes.", "author": "Richard Hamming", "numberOfVotes": 3, "rating": 3.3 }, { "_id": { "$oid": "5a72399510263e0c45cb6cfa" }, "text": "LISP has assisted a number of our most gifted fellow humans in thinking previously impossible thoughts.", "author": "Edsger W. Dijkstra", "source": "The Humble Programmer (1972)", "numberOfVotes": 5, "rating": 3.8 }, { "_id": { "$oid": "5a6ce8702af929789500e8c6" }, "text": "An organisation that treats its programmers as morons will soon have programmers that are willing and able to act like morons only.", "author": "Bjarne Stroustrup", "numberOfVotes": 1, "rating": 2.5 }, { "_id": { "$oid": "5a82224c89919d0004b357ce" }, "text": "The button is working, only, it cannot be seen.", "author": "Anonymous", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a8225ee89919d0004b357d0" }, "text": "Don't worry about anything. Just do what you can and be the best you can be.", "author": "Douglas Crockford", "numberOfVotes": 3, "rating": 4.5 }, { "_id": { "$oid": "5a82b607fc716e0004373f53" }, "text": "The business of software building isn't really high-tech at all. It's most of all a business of talking to each other and writing things down.", "author": "Tom DeMarco", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a6ce8702af929789500e8ca" }, "text": "In programming the hard part isn’t solving problems, but deciding what problems to solve.", "author": "Paul Graham (programmer)", "numberOfVotes": 2, "rating": 3.8 }, { "_id": { "$oid": "5a82cd0efc716e0004373f56" }, "text": "The manager's function is not to make people work, but to make it possible for people to work.", "author": "Tom DeMarco", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a82c90cfc716e0004373f55" }, "text": "People under pressure don’t work better; they just work faster.", "author": "Tom DeMarco", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a8946eda578110004299a3b" }, "text": "My main conclusion after spending ten years of my life working on the TEX project is that software is hard. It’s harder than anything else I’ve ever had to do.", "author": "Donald Knuth", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a82cd5ffc716e0004373f57" }, "text": "Science is what we understand well enough to explain to a computer. Art is everything else we do.", "author": "Donald Knuth", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a896544a12a0e0004c76124" }, "text": "We have seen that computer programming is an art, because it applies accumulated knowledge to the world, because it requires skill and ingenuity, and especially because it produces objects of beauty.", "author": "Donald Knuth", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a82cd91fc716e0004373f58" }, "text": "Email is a wonderful thing for people whose role in life is to be on top of things. But not for me; my role is to be on the bottom of things. What I do takes long hours of studying and uninterruptible concentration.", "author": "Donald Knuth", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a8e9b5884a8f2000482568b" }, "text": "Less code equals less bugs.", "author": "Kevlin Henney", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a91370b2141d30004b42e58" }, "text": "As soon as an Analytical Engine exists, it will necessarily guide the future course of science.", "author": "Charles Babbage", "source": "Passages from the Life of a Philosopher", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9137d72141d30004b42e59" }, "text": "The errors which arise from the absence of facts are far more numerous and more durable than those which result from unsound reasoning respecting true data.", "author": "Charles Babbage", "source": "On the Economy of Machinery and Manufactures, 1832/1841", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9138442141d30004b42e5a" }, "text": "We have already mentioned what may, perhaps, appear paradoxical to some of our readers, — that the division of labour can be applied with equal success to mental as to mechanical operations, and that it ensures in both the same economy of time.", "author": "Charles Babbage", "numberOfVotes": 2, "rating": 3.3 }, { "_id": { "$oid": "5a9139472141d30004b42e5b" }, "text": "On two occasions I have been asked [by members of Parliament]: \"Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?\" I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.", "author": "Charles Babbage", "source": "Passages from the Life of a Philosopher (1864)", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a91be60346ab3000418a760" }, "text": "As long as there were no machines, programming was no problem at all; when we had a few weak computers, programming became a mild problem, and now we have gigantic computers, programming has become an equally gigantic problem.", "author": "Edsger W. Dijkstra", "source": "The Humble Programmer (1972)", "numberOfVotes": 2, "rating": 3.5 }, { "_id": { "$oid": "5a91e12fc4240c0004265950" }, "text": "The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense.", "author": "Edsger W. Dijkstra", "source": "How do we tell truths that might hurt? (1975)", "numberOfVotes": 1, "rating": 1 }, { "_id": { "$oid": "5a91d1c1c4240c000426594f" }, "text": "If you want more effective programmers, you will discover that they should not waste their time debugging, they should not introduce the bugs to start with.", "author": "Edsger W. Dijkstra", "source": "The Humble Programmer (1972)", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a91e150c4240c0004265951" }, "text": "It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.", "author": "Edsger W. Dijkstra", "source": "How do we tell truths that might hurt? (1975)", "numberOfVotes": 1, "rating": 2 }, { "_id": { "$oid": "5a91e27ec4240c0004265953" }, "text": "A picture may be worth a thousand words, a formula is worth a thousand pictures.", "author": "Edsger W. Dijkstra", "source": "Dijkstra (EWD1239: A first exploration of effective reasoning)", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a91e224c4240c0004265952" }, "text": "I mean, if 10 years from now, when you are doing something quick and dirty, you suddenly visualize that I am looking over your shoulders and say to yourself \"Dijkstra would not have liked this\", well, that would be enough immortality for me.", "author": "Edsger W. Dijkstra", "source": "Dijkstra (1995) \"Introducing a course on calculi\"", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a91bc8f346ab3000418a75f" }, "text": "Don't blame me for the fact that competent programming will be too difficult for \"the average programmer\" — you must not fall into the trap of rejecting a surgical technique because it is beyond the capabilities of the barber in his shop around the corner.", "author": "Edsger W. Dijkstra", "source": "Dijkstra (1975) Comments at a Symposium (EWD 512)", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a91e37bc4240c0004265955" }, "text": "Young man, in mathematics you don't understand things. You just get used to them.", "author": "John von Neumann", "numberOfVotes": 5, "rating": 2.4 }, { "_id": { "$oid": "5a91e40ec4240c0004265957" }, "text": "C is quirky, flawed, and an enormous success.", "author": "Dennis Ritchie", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a91e2d0c4240c0004265954" }, "text": "It is not the task of the University to offer what society asks for, but to give what society needs.", "author": "Edsger W. Dijkstra", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a895d1ba5f8bf3df4485d1d" }, "text": "By understanding a machine-oriented language, the programmer will tend to use a much more efficient method; it is much closer to reality.", "author": "Donald Knuth", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a91e459c4240c0004265958" }, "text": "Another danger is that commercial pressures of one sort or another will divert the attention of the best thinkers from real innovation to exploitation of the current fad, from prospecting to mining a known lode.", "author": "Dennis Ritchie", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a91e51dc4240c0004265959" }, "text": "Within C++, there is a much smaller and cleaner language struggling to get out.", "author": "Bjarne Stroustrup", "numberOfVotes": 0, "rating": 4 }, { "_id": { "$oid": "5a91e560c4240c000426595a" }, "text": "Anybody who comes to you and says he has a perfect language is either naïve or a salesman.", "author": "Bjarne Stroustrup", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a91e60dc4240c000426595b" }, "text": "A man provided with paper, pencil, and rubber, and subject to strict discipline, is in effect a universal machine.", "author": "Alan Turing", "numberOfVotes": 5, "rating": 4 }, { "_id": { "$oid": "5a91e6a3c4240c000426595c" }, "text": "The idea behind digital computers may be explained by saying that these machines are intended to carry out any operations which could be done by a human computer.", "author": "Alan Turing", "numberOfVotes": 3, "rating": 3.3 }, { "_id": { "$oid": "5a91e779c4240c000426595d" }, "text": "Machines take me by surprise with great frequency.", "author": "Alan Turing", "numberOfVotes": 3, "rating": 3.5 }, { "_id": { "$oid": "5a933b4c8e7b510004cba4be" }, "text": "Maybe \"just one little global variable\" isn't too unmanageable, but that style leads to code that is useless except to its original programmer.", "author": "Bjarne Stroustrup", "numberOfVotes": 2, "rating": 4 }, { "_id": { "$oid": "5a933c3d8e7b510004cba4bf" }, "text": "I'm doing a free operating system (just a hobby, won't be big and professional like GNU).", "author": "Linus Torvalds", "numberOfVotes": 3, "rating": 4.7 }, { "_id": { "$oid": "5a933cac8e7b510004cba4c0" }, "text": "If you need more than 3 levels of indentation, you're screwed anyway, and should fix your program.", "author": "Linus Torvalds", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a933f078e7b510004cba4c1" }, "text": "An infinite number of monkeys typing into GNU Emacs would never make a good program.", "author": "Linus Torvalds", "numberOfVotes": 4, "rating": 4.5 }, { "_id": { "$oid": "5a9340258e7b510004cba4c3" }, "text": "If Microsoft ever does applications for Linux it means I've won.", "author": "Linus Torvalds", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a933f6f8e7b510004cba4c2" }, "text": "See, you not only have to be a good coder to create a system like Linux, you have to be a sneaky bastard too ;-)", "author": "Linus Torvalds", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9342048e7b510004cba4c6" }, "text": "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect.", "author": "Linus Torvalds", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9341788e7b510004cba4c5" }, "text": "Talk is cheap. Show me the code.", "author": "Linus Torvalds", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9340e08e7b510004cba4c4" }, "text": "The first 90 percent of the code accounts for the first 90 percent of the development time. The remaining 10 percent of the code accounts for the other 90 percent of the development time.", "author": "Tom Cargill", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a93467e8e7b510004cba4c8" }, "text": "I'm not a great programmer; I'm just a good programmer with great habits.", "author": "Kent Beck", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9348828e7b510004cba4c9" }, "text": "There's only one trick in software, and that is using a piece of software that's already been written.", "author": "Bill Gates", "numberOfVotes": 1, "rating": 2.5 }, { "_id": { "$oid": "5a93d5a36a584e0004a4a612" }, "text": "You can't just ask customers what they want and then try to give that to them. By the time you get it built, they'll want something new.", "author": "Steve Jobs", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a93d6b26a584e0004a4a614" }, "text": "What a computer is to me is it's the most remarkable tool that we have ever come up with. It's the equivalent of a bicycle for our minds.", "author": "Steve Jobs", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a93eb796a584e0004a4a617" }, "text": "Programming, it turns out, is hard. The fundamental rules are typically simple and clear. But programs built on top of these rules tend to become complex enough to introduce their own rules and complexity. You’re building your own maze, in a way, and you might just get lost in it.", "author": "Marijn Haverbeke", "source": "Eloquent JavaScript", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a93d8036a584e0004a4a615" }, "text": "I'm convinced that about half of what separates the successful entrepreneurs from the non-successful ones is pure perseverance. It is so hard.", "author": "Steve Jobs", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a93da0d6a584e0004a4a616" }, "text": "A lot of companies hire people to tell them what to do. We hire people to tell us what to do.", "author": "Steve Jobs", "numberOfVotes": 2, "rating": 3 }, { "_id": { "$oid": "5a93ebdc6a584e0004a4a618" }, "text": "Computers themselves can do only stupidly straightforward things. The reason they are so useful is that they do these things at an incredibly high speed.", "author": "Marijn Haverbeke", "source": "Eloquent JavaScript", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a93ed3d6a584e0004a4a619" }, "text": "A program is a building of thought. It is costless to build, it is weightless, and it grows easily under our typing hands. But without care, a program’s size and complexity will grow out of control, confusing even the person who created it.", "author": "Marijn Haverbeke", "source": "Eloquent JavaScript", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a93edc56a584e0004a4a61a" }, "text": "There are many terrible mistakes to make in program design, so go ahead and make them so that you understand them better.", "author": "Marijn Haverbeke", "source": "Eloquent JavaScript", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a93fd14e49ad10004edb860" }, "text": "People think that computer science is the art of geniuses but the actual reality is the opposite, just many people doing things that build on each other, like a wall of mini stones.", "author": "Donald Knuth", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a94040fe49ad10004edb862" }, "text": "Professionalism has no place in art, and hacking is art. Software Engineering might be science; but that's not what I do. I'm a hacker, not an engineer.", "author": "Jamie Zawinski", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a940c14e49ad10004edb864" }, "text": "We who cut mere stones must always be envisioning cathedrals.", "author": "Quarry worker's creed", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9405d7e49ad10004edb863" }, "text": "Communication must be stateless in nature, such that each request from client to server must contain all of the information necessary to understand the request, and cannot take advantage of any stored context on the server.", "author": "Roy Fielding", "source": "Architectural Styles and the Design of Network-based Software Architectures", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a942ea0ee7ed5000496b16f" }, "text": "When you feel the need to write a comment, first try to refactor the code so that any comment becomes superfluous.", "author": "Kent Beck", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a942dc4ee7ed5000496b16e" }, "text": "When you find you have to add a feature to a program, and the program's code is not structured in a convenient way to add the feature, first refactor the program to make it easy to add the feature, then add the feature.", "author": "Kent Beck", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a942fc3ee7ed5000496b171" }, "text": "There are few things more frustrating or time wasting than debugging. Wouldn't it be a hell of a lot quicker if we just didn't create the bugs in the first place?", "author": "Martin Fowler", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a942fa3ee7ed5000496b170" }, "text": "With testing, I know straight away when I added a bug. That lets me fix the bug immediately, before it can crawl off and hide.", "author": "Martin Fowler", "numberOfVotes": 2, "rating": 3.5 }, { "_id": { "$oid": "5a942fd8ee7ed5000496b172" }, "text": "I think one of the most valuable rules is avoid duplication.", "author": "Martin Fowler", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a942ffbee7ed5000496b173" }, "text": "Often designers do complicated things that improve the capacity on a particular hardware platform when it might actually be cheaper to buy more hardware.", "author": "Martin Fowler", "numberOfVotes": 2, "rating": 2.3 }, { "_id": { "$oid": "5a9430a4ee7ed5000496b175" }, "text": "The situation is so much better for programmers today - a cheap used PC, a linux CD, and an internet account, and you have all the tools necessary to work your way to any level of programming skill you want to shoot for.", "author": "John Carmack", "numberOfVotes": 4, "rating": 4.6 }, { "_id": { "$oid": "5a94303bee7ed5000496b174" }, "text": "If you want to set off and go develop some grand new thing, you don't need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on, and the dedication to go through with it.", "author": "John Carmack", "numberOfVotes": 2, "rating": 3.8 }, { "_id": { "$oid": "5a9430ceee7ed5000496b176" }, "text": "Story in a game is like a story in a porn movie. It's expected to be there, but it's not that important.", "author": "John Carmack", "numberOfVotes": 6, "rating": 3.6 }, { "_id": { "$oid": "5a9430fbee7ed5000496b177" }, "text": "The best thing software can be is easy, but the way to do this is to get the defaults right, not to limit users' choices.", "author": "Paul Graham (programmer)", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a943207ee7ed5000496b178" }, "text": "The most important thing is to be able to think what you want, not to say what you want.", "author": "Paul Graham (programmer)", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a943233ee7ed5000496b17a" }, "text": "It's not so important what you work on, so long as you're not wasting your time.", "author": "Paul Graham (programmer)", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a943216ee7ed5000496b179" }, "text": "The top 5% of programmers probably write 99% of the good software.", "author": "Paul Graham (programmer)", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a943244ee7ed5000496b17b" }, "text": "There are few sources of energy so powerful as a procrastinating grad student.", "author": "Paul Graham (programmer)", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a943267ee7ed5000496b17d" }, "text": "Your most unhappy customers are your greatest source of learning.", "author": "Bill Gates", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9432a9ee7ed5000496b17e" }, "text": "We're no longer in the days where everything is super well crafted. But at the heart of the programs that make it to the top, you'll find that the key internal code was done by a few people who really know what they were doing.", "author": "Bill Gates", "numberOfVotes": 4, "rating": 4.2 }, { "_id": { "$oid": "5a943301ee7ed5000496b181" }, "text": "What is simplicity? Simplicity is the shortest path to a solution.", "author": "Ward Cunningham", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a943316ee7ed5000496b182" }, "text": "Putting a new feature into a program is important, but refactoring so new features can be added in the future is equally important.", "author": "Ward Cunningham", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a94333dee7ed5000496b183" }, "text": "A new idea comes suddenly and in a rather intuitive way. But intuition is nothing but the outcome of earlier intellectual experience.", "author": "Albert Einstein", "numberOfVotes": 3, "rating": 3.5 }, { "_id": { "$oid": "5a9433d2ee7ed5000496b184" }, "text": "The limits of my language mean the limits of my world.", "author": "Ludwig Wittgenstein", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9434dcee7ed5000496b187" }, "text": "If you have a procedure with 10 parameters, you probably missed some.", "author": "Alan Perlis", "numberOfVotes": 4, "rating": 4.6 }, { "_id": { "$oid": "5a943438ee7ed5000496b185" }, "text": "That language is an instrument of human reason, and not merely a medium for the expression of thought, is a truth generally admitted.", "author": "George Boole", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9434edee7ed5000496b188" }, "text": "A language that doesn't affect the way you think about programming, is not worth knowing.", "author": "Alan Perlis", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a943501ee7ed5000496b189" }, "text": "Simplicity does not precede complexity, but follows it.", "author": "Alan Perlis", "numberOfVotes": 4, "rating": 3.8 }, { "_id": { "$oid": "5a943514ee7ed5000496b18a" }, "text": "A year spent in artificial intelligence is enough to make one believe in God.", "author": "Alan Perlis", "numberOfVotes": 3, "rating": 2.7 }, { "_id": { "$oid": "5a943538ee7ed5000496b18c" }, "text": "The best book on programming for the layman is Alice in Wonderland, but that's because it's the best book on anything for the layman.", "author": "Alan Perlis", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a94351fee7ed5000496b18b" }, "text": "Dealing with failure is easy: Work hard to improve.", "author": "Alan Perlis", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a943485ee7ed5000496b186" }, "text": "A programming language is low level when its programs require attention to the irrelevant.", "author": "Alan Perlis", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9435d7ee7ed5000496b190" }, "text": "Computer programs are the most intricate, delicately balanced and finely interwoven of all the products of human industry to date.", "author": "James Gleick", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9435fbee7ed5000496b191" }, "text": "The effective exploitation of his powers of abstraction must be regarded as one of the most vital activities of a competent programmer.", "author": "Edsger W. Dijkstra", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a943579ee7ed5000496b18e" }, "text": "Fools ignore complexity. Pragmatists suffer it. Some can avoid it. Geniuses remove it.", "author": "Alan Perlis", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a943675ee7ed5000496b193" }, "text": "Programs must be written for people to read, and only incidentally for machines to execute.", "author": "Hal Abelson", "source": "Abelson & Sussman, \"Structure and Interpretation of Computer Programs\"", "numberOfVotes": 3, "rating": 4 }, { "_id": { "$oid": "5a943612ee7ed5000496b192" }, "text": "No matter how slick the demo is in rehearsal, when you do it in front of a live audience, the probability of a flawless presentation is inversely proportional to the number of people watching, raised to the power of the amount of money involved.", "author": "Mark Gibbs", "source": "https://www.networkworld.com/article/2317159/computers/the-myth-of-the-digital-lifestyle.html", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a956c50e648470004c69e0d" }, "text": "It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would instead require him to write a DestroyCity procedure, to which Baghdad could be given as a parameter.", "author": "Nathaniel Borenstein", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a956e55e648470004c69e10" }, "text": "When we don’t understand a process, we fall into magical thinking about results.", "author": "Jef Raskin", "numberOfVotes": 2, "rating": 4 }, { "_id": { "$oid": "5a956de5e648470004c69e0f" }, "text": "Low-level programming is good for the programmer’s soul.", "author": "John Carmack", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a956edfe648470004c69e11" }, "text": "Simplicity and elegance are unpopular because they require hard work and discipline to achieve and education to be appreciated.", "author": "Edsger W. Dijkstra", "source": "https://www.cs.utexas.edu/users/EWD/transcriptions/EWD12xx/EWD1243a.html", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a956f87e648470004c69e12" }, "text": "A user interface should be so simple that a beginner in an emergency can understand it within 10 seconds.", "author": "Ted Nelson", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a956dcce648470004c69e0e" }, "text": "Learning to program has no more to do with designing interactive software than learning to touch type has to do with writing poetry.", "author": "Ted Nelson", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a95a672cb1a4d0004b2987f" }, "text": "Every program has (at least) two purposes: the one for which it was written and another for which it wasn't.", "author": "Alan Perlis", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a95a6a3cb1a4d0004b29881" }, "text": "In man-machine symbiosis, it is man who must adjust: The machines can't.", "author": "Alan Perlis", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a95a686cb1a4d0004b29880" }, "text": "One man's constant is another man's variable.", "author": "Alan Perlis", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9432bcee7ed5000496b17f" }, "text": "Success is a lousy teacher. It seduces smart people into thinking they can't lose.", "author": "Bill Gates", "numberOfVotes": 3, "rating": 3 }, { "_id": { "$oid": "5a95a760cb1a4d0004b29883" }, "text": "It is easier to change the specification to fit the program than vice versa.", "author": "Alan Perlis", "numberOfVotes": 4, "rating": 4.7 }, { "_id": { "$oid": "5a95a6f3cb1a4d0004b29882" }, "text": "I think it is inevitable that people program poorly. Training will not substantially help matters. We have to learn to live with it.", "author": "Alan Perlis", "numberOfVotes": 4, "rating": 4.1 }, { "_id": { "$oid": "5a95d22e7700780004d51dbb" }, "text": "If we’d asked the customers what they wanted, they would have said “faster horses”.", "author": "Henry Ford", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a95d2487700780004d51dbc" }, "text": "I have found that the reason a lot of people are interested in artificial intelligence is the same reason a lot of people are interested in artificial limbs: they are missing one.", "author": "David Parnas", "numberOfVotes": 1, "rating": 2.5 }, { "_id": { "$oid": "5a95d2a57700780004d51dbd" }, "text": "A distributed system is one in which the failure of a computer you didn’t even know existed can render your own computer unusable.", "author": "Leslie Lamport", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a95d3a37700780004d51dbe" }, "text": "It’s all talk until the code runs.", "author": "Ward Cunningham", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a95d4127700780004d51dbf" }, "text": "In theory, there is no difference between theory and practice. But, in practice, there is.", "author": "Jan L. A. van de Snepscheut", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a95d4977700780004d51dc2" }, "text": "We build our computer systems the way we build our cities: over time, without a plan, on top of ruins.", "author": "Ellen Ullman", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a95d55e7700780004d51dc3" }, "text": "The next best thing to having good ideas is recognizing good ideas from your users.", "author": "Eric S. Raymond", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a95d43e7700780004d51dc0" }, "text": "Good software, like good wine, takes time.", "author": "Joel Spolsky", "numberOfVotes": 3, "rating": 4.3 }, { "_id": { "$oid": "5a95d5bf7700780004d51dc4" }, "text": "Lisp is worth learning for the profound enlightenment experience you will have when you finally get it; that experience will make you a better programmer for the rest of your days, even if you never actually use Lisp itself a lot.", "author": "Eric S. Raymond", "numberOfVotes": 3, "rating": 4.5 }, { "_id": { "$oid": "5a95d4577700780004d51dc1" }, "text": "Debugging is like being the detective in a crime movie where you are also the murderer.", "author": "Filipe Fortes", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a95d8a87700780004d51dc7" }, "text": "What we wanted to preserve was not just a good environment in which to do programming, but a system around which fellowship could form.", "author": "Dennis Ritchie", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a95d7b47700780004d51dc6" }, "text": "Once the computers got control, we might never get it back.", "author": "Marvin Minsky", "numberOfVotes": 2, "rating": 4 }, { "_id": { "$oid": "5a95e89f7700780004d51dc9" }, "text": "A computer shall not waste your time or require you to do more work than is strictly necessary.", "author": "Jef Raskin", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a95fcd17700780004d51dcb" }, "text": "Of the many forms of false culture, a premature converse with abstractions is perhaps the most likely to prove fatal to the growth of a masculine vigour of intellect.", "author": "George Boole", "numberOfVotes": 8, "rating": 4.5 }, { "_id": { "$oid": "5a95dae97700780004d51dc8" }, "text": "C++ certainly has its good points. But by and large I think it's a bad language. It does a lot of things half well and it’s just a garbage heap of ideas that are mutually exclusive. It’s way too big, way too complex. And it’s obviously built by a committee.", "author": "Ken Thompson", "source": "Ken Thompson; cited in Seibel, Peter (2009). Coders At Work. p. 475.", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a95fce07700780004d51dcc" }, "text": "No matter how correct a mathematical theorem may appear to be, one ought never to be satisfied that there was not something imperfect about it until it also gives the impression of being beautiful.", "author": "George Boole", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a96009b7700780004d51dcf" }, "text": "The Analytical Engine does not occupy common ground with mere 'calculating machines.' It holds a position wholly its own, and the considerations it suggests are more interesting in their nature.", "author": "Ada Lovelace", "numberOfVotes": 5, "rating": 4 }, { "_id": { "$oid": "5a96001a7700780004d51dce" }, "text": "The science of operations, as derived from mathematics more especially, is a science of itself, and has its own abstract truth and value.", "author": "Ada Lovelace", "numberOfVotes": 4, "rating": 4.6 }, { "_id": { "$oid": "5a9601017700780004d51dd1" }, "text": "In the case of the Analytical Engine, we have undoubtedly to lay out a certain capital of analytical labour in one particular line, but this is in order that the engine may bring us in a much larger return in another line.", "author": "Ada Lovelace", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9600ae7700780004d51dd0" }, "text": "We may say most aptly that the Analytical Engine weaves algebraical patterns just as the Jacquard loom weaves flowers and leaves.", "author": "Ada Lovelace", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a9602227700780004d51dd2" }, "text": "The design of the following treatise is to investigate the fundamental laws of those operations of the mind by which reasoning is performed; to give expression to them in the symbolical language of a Calculus, and upon this foundation to establish the science of Logic and construct its method.", "author": "George Boole", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a967d572ba98a0004b6294f" }, "text": "Any one who considers arithmetical methods of producing random digits is, of course, in a state of sin. For, as has been pointed out several times, there is no such thing as a random number.", "author": "John von Neumann", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9602757700780004d51dd3" }, "text": "There is not only a close analogy between the operations of the mind in general reasoning and its operations in the particular science of Algebra, but there is to a considerable extent an exact agreement in the laws by which the two classes of operations are conducted.", "author": "George Boole", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a967e9c2ba98a0004b62950" }, "text": "A large part of mathematics which becomes useful developed with absolutely no desire to be useful, and in a situation where nobody could possibly know in what area it would become useful.", "author": "John von Neumann", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a96b8e2d6959500047aecae" }, "text": "Software engineering is the part of computer science which is too difficult for the computer scientist.", "author": "Friedrich Bauer", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a96b909d6959500047aecaf" }, "text": "The amateur software engineer is always in search of magic, some sensational method or tool whose application promises to render software development trivial. It is the mark of the professional software engineer to know that no such panacea exist.", "author": "Grady Booch", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a96b980d6959500047aecb0" }, "text": "Good people with a good process will outperform good people with no process every time.", "author": "Grady Booch", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a96b998d6959500047aecb1" }, "text": "The entire history of software engineering is that of the rise in levels of abstraction.", "author": "Grady Booch", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a96b9ead6959500047aecb2" }, "text": "The reason that we think computer science is about computers is pretty much the same reason that the Egyptians thought geometry was about surveying instruments: when some field is just getting started and you don't really understand it very well, it's very easy to confuse the essence of what you're doing with the tools that you use.", "author": "Hal Abelson", "numberOfVotes": 3, "rating": 4.9 }, { "_id": { "$oid": "5a96b7abd6959500047aecad" }, "text": "Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves.", "author": "Alan Kay", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a96ba01d6959500047aecb3" }, "text": "Is studying computer science the best way to prepare to be a programmer? No. the best way to prepare is to write programs, and to study great programs that other people have written.", "author": "Bill Gates", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a96ba30d6959500047aecb4" }, "text": "Computer science differs from physics in that it is not actually a science. It does not study natural objects. Rather, computer science is like engineering; it is all about getting something to do something.", "author": "Richard Feynman", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a96ba45d6959500047aecb5" }, "text": "The purpose of computing is insight, not numbers.", "author": "Richard Hamming", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a96bb2dd6959500047aecb7" }, "text": "All of our exalted technological progress, civilization for that matter, is comparable to an axe in the hand of a pathological criminal.", "author": "Albert Einstein", "numberOfVotes": 3, "rating": 3.5 }, { "_id": { "$oid": "5a96bbaed6959500047aecb8" }, "text": "When a distinguished but elderly scientist states that something is possible, they are almost certainly right. When they state that something is impossible, they are very probably wrong.", "author": "Arthur C. Clarke", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a96ba93d6959500047aecb6" }, "text": "Computer science research is different from these more traditional disciplines. Philosophically it differs from the physical sciences because it seeks not to discover, explain, or exploit the natural world, but instead to study the properties of machines of human creation.", "author": "Dennis Ritchie", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a96bbc3d6959500047aecb9" }, "text": "Any sufficiently advanced technology is indistinguishable from magic.", "author": "Arthur C. Clarke", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a96bd31d6959500047aecba" }, "text": "While much attention has been focused on high-level software architectural patterns, what is, in effect, the de-facto standard software architecture is seldom discussed: the Big Ball of Mud.", "author": "Joseph Yoder (computer scientist)", "source": "Brian Foote and Joseph Yoder, Big Ball of Mud", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a96bd7ed6959500047aecbb" }, "text": "All too many of our software systems are, architecturally, little more than shantytowns.", "author": "Joseph Yoder (computer scientist)", "source": "Brian Foote and Joseph Yoder, Big Ball of Mud", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a96be8ed6959500047aecbe" }, "text": "Managing a large project is a qualitatively different problem from managing a small one, just as leading a division of infantry into battle is different from commanding a small special forces team.", "author": "Joseph Yoder (computer scientist)", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a96bf70d6959500047aecc2" }, "text": "When you build a prototype, there is always the risk that someone will say \"that's good enough, ship it\". One way to minimize the risk of a prototype being put into production is to write the prototype in using a language or tool that you couldn't possibly use for a production version.", "author": "Joseph Yoder (computer scientist)", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a96bec9d6959500047aecbf" }, "text": "Sadly, architecture has been undervalued for so long that many engineers regard life with a Big Ball of Mud as normal.", "author": "Joseph Yoder (computer scientist)", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a96bf99d6959500047aecc3" }, "text": "The real problem with throwaway code comes when it isn't thrown away.", "author": "Joseph Yoder (computer scientist)", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a96c01dd6959500047aecc4" }, "text": "Sometimes it’s just easier to throw a system away, and start over.", "author": "Joseph Yoder (computer scientist)", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a96c299d6959500047aecc5" }, "text": "Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.", "author": "Eric S. Raymond", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a96c3b6d6959500047aecc7" }, "text": "The best programmers are not marginally better than merely good ones. They are an order-of-magnitude better, measured by whatever standard: conceptual creativity, speed, ingenuity of design, or problem-solving ability.", "author": "Randall E. Stross", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a96c380d6959500047aecc6" }, "text": "I invented the term 'Object-Oriented', and I can tell you I did not have C++ in mind.", "author": "Alan Kay", "numberOfVotes": 3, "rating": 4.7 }, { "_id": { "$oid": "5a96c44cd6959500047aecc9" }, "text": "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.", "author": "Linus Torvalds", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a97def55f624c00046e2103" }, "text": "Educators, generals, dieticians, psychologists, and parents program. Armies, students, and some societies are programmed.", "author": "Alan Perlis", "source": "Structure and Interpretation of Computer Programs", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a96c431d6959500047aecc8" }, "text": "To iterate is human, to recurse divine.", "author": "L. Peter Deutsch", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a97dee55f624c00046e2102" }, "text": "For all its power, the computer is a harsh taskmaster. Its programs must be correct, and what we wish to say must be said accurately in every detail.", "author": "Alan Perlis", "source": "Structure and Interpretation of Computer Programs", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a97e0755f624c00046e2104" }, "text": "The acts of the mind, wherein it exerts its power over simple ideas, are chiefly these three: 1. Combining several simple ideas into one compound one, and thus all complex ideas are made. 2. The second is bringing two ideas, whether simple or complex, together, and setting them by one another so as to take a view of them at once, without uniting them into one, by which it gets all its ideas of relations. 3. The third is separating them from all other ideas that accompany them in their real existence: this is called abstraction, and thus all its general ideas are made.", "author": "John Locke", "source": "John Locke, An Essay Concerning Human Understanding (1690)", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a97efdaccdfe50004febf35" }, "text": "When program developers are not territorial about their code and encourage others to look for bugs and potential improvements, progress speeds up dramatically.", "author": "Gerald Weinberg", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a97f196ccdfe50004febf37" }, "text": "The best thing about a boolean is even if you are wrong, you are only off by a bit.", "author": "Anonymous", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a97f307ccdfe50004febf39" }, "text": "When debugging, novices insert corrective code; experts remove defective code.", "author": "Richard E. Pattis", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a97f324ccdfe50004febf3a" }, "text": "It turns out that style matters in programming for the same reason that it matters in writing. It makes for better reading.", "author": "Douglas Crockford", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a97f363ccdfe50004febf3b" }, "text": "Computer programs are the most complex things that humans make.", "author": "Douglas Crockford", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a97f4e1ccdfe50004febf3d" }, "text": "Most programming languages contain good parts and bad parts. I discovered that I could be better programmer by using only the good parts and avoiding the bad parts.", "author": "Douglas Crockford", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a97f510ccdfe50004febf3e" }, "text": "Good architecture is necessary to give programs enough structure to be able to grow large without collapsing into a puddle of confusion.", "author": "Douglas Crockford", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a97f539ccdfe50004febf3f" }, "text": "JavaScript is the world's most misunderstood programming language.", "author": "Douglas Crockford", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a97f5f2ccdfe50004febf41" }, "text": "In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders.", "author": "Douglas Crockford", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a97f552ccdfe50004febf40" }, "text": "Software is usually expected to be modified over the course of its productive life. The process of converting one correct program into a different correct program is extremely challenging.", "author": "Douglas Crockford", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a97f8c1ccdfe50004febf42" }, "text": "Every good work of software starts by scratching a developer’s personal itch.", "author": "Eric S. Raymond", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9801011878b40004879f55" }, "text": "You can have the project: Done On Time. Done On Budget. Done Properly - Pick two.", "author": "Anonymous", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9801871878b40004879f56" }, "text": "No one in the brief history of computing has ever written a piece of perfect software. It's unlikely that you'll be the first.", "author": "Andy Hunt (author)", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9801f61878b40004879f57" }, "text": "Never trust a computer you can’t throw out a window.", "author": "Steve Wozniak", "numberOfVotes": 2, "rating": 2.8 }, { "_id": { "$oid": "5a9800cd1878b40004879f54" }, "text": "The best way to predict the future is to invent it.", "author": "Alan Kay", "numberOfVotes": 5, "rating": 2.8 }, { "_id": { "$oid": "5a9802611878b40004879f58" }, "text": "If you can get today’s work done today, but you do it in such a way that you can’t possibly get tomorrow’s work done tomorrow, then you lose.", "author": "Martin Fowler", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9803171878b40004879f5a" }, "text": "Codes are a puzzle. A game, just like any other game.", "author": "Alan Turing", "numberOfVotes": 4, "rating": 4 }, { "_id": { "$oid": "5a9802cb1878b40004879f59" }, "text": "Documentation is a love letter that you write to your future self.", "author": "Damian Conway", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a95d17b7700780004d51dba" }, "text": "Life is too short to run proprietary software.", "author": "Bdale Garbee", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a98075b1878b40004879f5d" }, "text": "W​henever I have to think to understand what the code is doing, I ask myself if I can refactor the code to make that understanding more immediately apparent.", "author": "Martin Fowler", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9803931878b40004879f5b" }, "text": "If you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime.", "author": "David Leinweber", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9803be1878b40004879f5c" }, "text": "The code you write makes you a programmer. The code you delete makes you a good one. The code you don't have to write makes you a great one.", "author": "Mario Fusco", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a98080e1878b40004879f5f" }, "text": "First do it, then do it right, then do it better.", "author": "Addy Osmani", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a9808401878b40004879f60" }, "text": "The cost of adding a feature isn’t just the time it takes to code it. The cost also includes the addition of an obstacle to future expansion. The trick is to pick the features that don’t fight each other.", "author": "John Carmack", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9808b71878b40004879f62" }, "text": "First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack.", "author": "George Carrette", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a98090a1878b40004879f64" }, "text": "Just because people tell you it can't be done, that doesn't necessarily mean that it can't be done. It just means that they can't do it.", "author": "Anders Hejlsberg", "numberOfVotes": 8, "rating": 4.4 }, { "_id": { "$oid": "5a98096c1878b40004879f65" }, "text": "The only way to learn a new programming language is by writing programs in it.", "author": "Dennis Ritchie", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a980ec71878b40004879f66" }, "text": "An evolving system increases its complexity unless work is done to reduce it.", "author": "Manny Lehman (computer scientist)", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a985b7ae93441000489b948" }, "text": "No matter how slow you are writing clean code, you will always be slower if you make a mess.", "author": "Robert C. Martin", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a985bc7e93441000489b949" }, "text": "Fancy algorithms are slow when n is small, and n is usually small.", "author": "Rob Pike", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a985c91e93441000489b94a" }, "text": "The only difference between a FA [finite automata] and a TM [Turing machine] is that the TM, unlike the FA, has paper and pencil. Think about it. It tells you something about the power of writing.", "author": "Manuel Blum", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a985e7ae93441000489b94c" }, "text": "Within a computer, natural language is unnatural.", "author": "Alan Perlis", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a985db5e93441000489b94b" }, "text": "Just because you've implemented something doesn't mean you understand it.", "author": "Brian Cantwell Smith", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9807b41878b40004879f5e" }, "text": "That hardly ever happens is another way of saying 'it happens'.", "author": "Douglas Crockford", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9860abe93441000489b94f" }, "text": "Beware of bugs in the above code; I have only proved it correct, not tried it.", "author": "Donald Knuth", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a986366e93441000489b951" }, "text": "A display connected to a digital computer gives us a chance to gain familiarity with concepts not realizable in the physical world. It is a looking glass into a mathematical wonderland.", "author": "Ivan Sutherland", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a9911bb8cdbad0004955d02" }, "text": "Before software can be reusable it first has to be usable.", "author": "Ralph Johnson (computer scientist)", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9912938cdbad0004955d04" }, "text": "The cheapest, fastest, and most reliable components are those that aren’t there.", "author": "Gordon Bell", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9912248cdbad0004955d03" }, "text": "In order to understand recursion, one must first understand recursion.", "author": "Anonymous", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a9995789128a800040c7dfa" }, "text": "The hardest part of design is keeping features out.", "author": "Don Norman", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a986021e93441000489b94e" }, "text": "Premature abstraction is as bad as premature optimization.", "author": "Luciano Ramalho", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a9995d29128a800040c7dfc" }, "text": "Much of the essence of building a program is in fact the debugging of the specification.", "author": "Fred Brooks", "numberOfVotes": 2, "rating": 3.3 }, { "_id": { "$oid": "5a9997389128a800040c7dfd" }, "text": "Any product that needs a manual to work is broken.", "author": "Elon Musk", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9995b89128a800040c7dfb" }, "text": "The act of describing a program in unambiguous detail and the act of programming are one and the same.", "author": "Kevlin Henney", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9997929128a800040c7dfe" }, "text": "I think you should always bear in mind that entropy is not on your side.", "author": "Elon Musk", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9997d79128a800040c7dff" }, "text": "The path to the CEO's office should not be through the CFO's office, and it should not be through the marketing department. It needs to be through engineering and design.", "author": "Elon Musk", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9999f39128a800040c7e00" }, "text": "People are mistaken when they think that technology just automatically improves. It does not automatically improve. It only improves if a lot of people work very hard to make it better, and actually it will, I think, by itself degrade, actually.", "author": "Elon Musk", "numberOfVotes": 3, "rating": 4.5 }, { "_id": { "$oid": "5a9a9c372bad9600044b6fb4" }, "text": "With artificial intelligence we are summoning the demon.", "author": "Elon Musk", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a9a9f7e2bad9600044b6fb6" }, "text": "AI is a fundamental risk to the existence of human civilization.", "author": "Elon Musk", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9aa21b2bad9600044b6fba" }, "text": "The main activity of programming is not the origination of new independent programs, but in the integration, modification, and explanation of existing ones.", "author": "Terry Winograd", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9aaff32bad9600044b6fbd" }, "text": "Cool URIs don't change.", "author": "Tim Berners-Lee", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9aaf8e2bad9600044b6fbc" }, "text": "I don't believe in the sort of eureka moment idea. I think it's a myth. I'm very suspicious that actually Archimedes had been thinking about that problem for a long time.", "author": "Tim Berners-Lee", "numberOfVotes": 4, "rating": 3.7 }, { "_id": { "$oid": "5a9ab0372bad9600044b6fbf" }, "text": "When I invented the web, I didn't have to ask anyone's permission.", "author": "Tim Berners-Lee", "numberOfVotes": 2, "rating": 5 }, { "_id": { "$oid": "5a9aa01d2bad9600044b6fb7" }, "text": "We need to be super careful with AI. Potentially more dangerous than nukes.", "author": "Elon Musk", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9ab1802bad9600044b6fc1" }, "text": "I invented the Web just because I needed it, really, because it was so frustrating that it didn't exit.", "author": "Tim Berners-Lee", "numberOfVotes": 3, "rating": 4.7 }, { "_id": { "$oid": "5a9ab1ac2bad9600044b6fc2" }, "text": "To be a hacker - when I use the term - is somebody who is creative and does wonderful things.", "author": "Tim Berners-Lee", "numberOfVotes": 3, "rating": 4.8 }, { "_id": { "$oid": "5a9ab1fa2bad9600044b6fc3" }, "text": "The Domain Name Server (DNS) is the Achilles heel of the Web.", "author": "Tim Berners-Lee", "numberOfVotes": 2, "rating": 4 }, { "_id": { "$oid": "5a9ab3f52bad9600044b6fc4" }, "text": "Two centuries ago Leibnitz invented a calculating machine which embodied most of the essential features of recent keyboard devices, but it could not then come into use. The economics of the situation were against it.", "author": "Vannevar Bush", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9ab4a82bad9600044b6fc5" }, "text": "Whenever logical processes of thought are employed, there is an opportunity for the machine.", "author": "Vannevar Bush", "numberOfVotes": 2, "rating": 2.8 }, { "_id": { "$oid": "5a9ab8f42bad9600044b6fc6" }, "text": "If scientific reasoning were limited to the logical processes of arithmetic, we should not get very far in our understanding of the physical world. One might as well attempt to grasp the game of poker entirely by the use of the mathematics of probability.", "author": "Vannevar Bush", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9ac42b2bad9600044b6fc7" }, "text": "Shipping first time code is like going into debt. A little debt speeds development so long as it is paid back promptly with a rewrite. The danger occurs when the debt is not repaid. Every minute spent on not-quite-right code counts as interest on that debt. Entire engineering organizations can be brought to a stand-still under the technical debt load.", "author": "Ward Cunningham", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9ac4852bad9600044b6fc8" }, "text": "Like a financial debt, the technical debt incurs interest payments, which come in the form of the extra effort that we have to do in future development because of the quick and dirty design choice.", "author": "Martin Fowler", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9ac5942bad9600044b6fc9" }, "text": "One of the important implications of technical debt is that it must be serviced. If the debt grows large enough, eventually the company will spend more on servicing its debt than it invests in increasing the value of its other assets.", "author": "Steve McConnell", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9ab0622bad9600044b6fc0" }, "text": "What's very important from my point of view is that there is one web. Anyone that tries to chop it into two will find that their piece looks very boring.", "author": "Tim Berners-Lee", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9b0b112bad9600044b6fca" }, "text": "Thus it is observable that the buildings which a single architect has planned and executed, are generally more elegant and commodious than those which several have attempted to improve.", "author": "René Descartes", "source": "Discourse on the Method of Rightly Conducting One's Reason and of Seeking Truth in the Sciences", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b0b752bad9600044b6fcb" }, "text": "Computers are the most complex objects we human beings have ever created, but in a fundamental sense they are remarkably simple.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b0bb22bad9600044b6fcd" }, "text": "The magic of a computer lies in its ability to become almost anything you can imagine, as long as you can explain exactly what that is.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b0b9a2bad9600044b6fcc" }, "text": "The computer is not just an advanced calculator or camera or paintbrush; rather, it is a device that accelerates and extends our processes of thought.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b0bce2bad9600044b6fce" }, "text": "With the right programming, a computer can become a theater, a musical instrument, a reference book, a chess opponent. No other entity in the world except a human being has such an adaptable, universal nature.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b0c2f2bad9600044b6fcf" }, "text": "Anyone who has ever written a program knows that telling a computer what you want it to do is not as easy as it sounds. Every detail of the computer’s desired operation must be precisely described. For instance, if you tell an accounting program to bill your clients for the amount that each owes, then the computer will send out a weekly bill for $0.00 to clients who owe nothing.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b0c4b2bad9600044b6fd0" }, "text": "A skilled programmer is like a poet who can put into words those ideas that others find inexpressible.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b0c6b2bad9600044b6fd1" }, "text": "Every computer language has its Shakespeares, and it is a joy to read their code. A well-written computer program possesses style, finesse, even humor—and a clarity that rivals the best prose.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b0c932bad9600044b6fd2" }, "text": "It turns out that there is no algorithm for examining a program and determining whether or not it is fatally infected with an endless loop. Moreover, it’s not that no one has yet discovered such an algorithm; rather, no such algorithm is possible.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b0cc62bad9600044b6fd3" }, "text": "The class of problems that are computable by a digital computer apparently includes every problem that is computable by any kind of device.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b0d662bad9600044b6fd5" }, "text": "The programs we use to conjure processes are like a sorcerer's spells. They are carefully composed from symbolic expressions in arcane and esoteric programming languages that prescribe the tasks we want our processes to perform.", "author": "Hal Abelson", "source": "Structure and Interpretation of Computer Programs", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b10db2bad9600044b6fd7" }, "text": "Human beings are not accustomed to being perfect, and few areas of human activity demand it. Adjusting to the requirement for perfection is, I think, the most difficult part of learning to program.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b131f2bad9600044b6fd9" }, "text": "Because of optimism, we usually expect the number of bugs to be smaller than it turns out to be. Therefore testing is usually the most mis-scheduled part of programming.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b0d9c2bad9600044b6fd6" }, "text": "One of the greatest joys in computer programming is discovering a new, faster, more efficient algorithm for doing something — particularly if a lot of well-respected people have come up with worse solutions.", "author": "Danny Hillis", "source": "The Pattern On The Stone: The Simple Ideas That Make Computers Work", "numberOfVotes": 3, "rating": 4.7 }, { "_id": { "$oid": "5a9b13442bad9600044b6fda" }, "text": "False scheduling to match the patron's desired date is much more common in our discipline than elsewhere in engineering.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b14c12bad9600044b6fdb" }, "text": "The best programmers are up to 28 times better than the worst programmers, according to “individual differences” research. Given that their pay is never commensurate, they are the biggest bargains in the software field.", "author": "Robert L. Glass", "source": "Facts and Fallacies of Software Engineering", "numberOfVotes": 1, "rating": 2.5 }, { "_id": { "$oid": "5a9b154e2bad9600044b6fdc" }, "text": "Sackman, Erickson, and Grant were measuring performance of a group of experienced programmers. Within just this group the ratios between the best and worst performances averaged about 10:1 on productivity measurements and an amazing 5:1 on program speed and space measurements!", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b15cb2bad9600044b6fdd" }, "text": "Conceptual integrity is the most important consideration in system design. It is better to have a system omit certain anomalous features and improvements, but to reflect one set of design ideas, than to have one that contains many good but independent and uncoordinated ideas.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b15e52bad9600044b6fde" }, "text": "The separation of architectural effort from implementation is a very powerful way of getting conceptual integrity on very large projects.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b16122bad9600044b6fdf" }, "text": "The general tendency is to over-design the second system, using all the ideas and frills that were cautiously sidetracked on the first one.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b16922bad9600044b6fe2" }, "text": "The management question, therefore, is not whether to build a pilot system and throw it away. You will do that. The only question is whether to plan in advance to build a throwaway, or to promise to deliver the throwaway to customers.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b17542bad9600044b6fe4" }, "text": "Program building is an entropy-decreasing process, hence inherently metastable. Program maintenance is an entropy-increasing process, and even its most skillful execution only delays the subsidence of the system into unfixable obsolescence.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b16792bad9600044b6fe1" }, "text": "Chemical engineers learned long ago that a process that works in the laboratory cannot be implemented in a factory in only one step.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b17f92bad9600044b6fe7" }, "text": "First, we must observe that the anomaly is not that software progress is so slow but that computer hardware progress is so fast. No other technology since civilization began has seen six orders of magnitude price-performance gain in 30 years.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b17a22bad9600044b6fe6" }, "text": "Coding is \"90 percent finished\" for half of the total coding time. Debugging is \"99 percent complete\" most of the time.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9b18102bad9600044b6fe8" }, "text": "The complexity of software is an essential property, not an accidental one. Hence descriptions of a software entity that abstract away its complexity often abstract away its essence.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b189c2bad9600044b6fea" }, "text": "Study after study shows that the very best designers produce structures that are faster, smaller, simpler, cleaner, and produced with less effort. The differences between the great and the average approach an order of magnitude.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b18d52bad9600044b6fec" }, "text": "A programming systems product takes about nine times as much effort as the component programs written separately for private use.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b190a2bad9600044b6fed" }, "text": "My rule of thumb is 1/3 of the schedule for design, 1/6 for coding, 1/4 for component testing, and 1/4 for system testing.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b18bf2bad9600044b6feb" }, "text": "First, my wife, my colleagues, and my editors find me to err far more often in optimism than in pessimism. I am, after all, a programmer by background, and optimism is an occupational disease of our craft.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b19232bad9600044b6fee" }, "text": "Because we are uncertain about our scheduling estimates, we often lack the courage to defend them stubbornly against management and customer pressure.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b19422bad9600044b6fef" }, "text": "Adding people to a software project increases the total effort necessary in three ways: the work and disruption of repartitioning itself, training the new people, and added intercommunication.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b195a2bad9600044b6ff0" }, "text": "Very good professional programmers are ten times as productive as poor ones, at same training and two-year experience level.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b198a2bad9600044b6ff2" }, "text": "Programming increases goes as a power of program size.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b1abf2bad9600044b6ff7" }, "text": "Various studies indicate that the optimal team size is between 2 and 5, with 3 being the mode. With more than 5 team members, team management begins to dominate the work.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b1ce02bad9600044b6ff8" }, "text": "A stupid error is an algorithmically avoidable error. Mainly, you are stupid if you let an error that a program can detect go undetected.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b19dd2bad9600044b6ff4" }, "text": "All repairs tend to destroy structure, to increase the entropy and disorder of a system.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b1d7d2bad9600044b6ffa" }, "text": "I think there is a world market for maybe five\ncomputers.", "author": "Thomas J. Watson", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b1e082bad9600044b6ffb" }, "text": "There is no reason anyone would want a computer in their home.", "author": "Ken Olsen", "source": "Myths and Realities in Software Development", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b1eb02bad9600044b6ffc" }, "text": "The beginning of wisdom for a programmer is to recognize the difference between getting his program to work and getting it right.", "author": "Michael A. Jackson", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b1ece2bad9600044b6ffd" }, "text": "Two things are known about requirements:\n1. They will change!\n2. They will be misunderstood!", "author": "Michael A. Jackson", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b1f362bad9600044b6fff" }, "text": "Every time you improve process, work becomes harder.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b1f592bad9600044b7000" }, "text": "There is never enough time to do it right, but there is always enough time to fix it or to do it over.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a8e9be284a8f2000482568c" }, "text": "The more code you have, the more places there are for bugs to hide.", "author": "Rich Skrenta", "source": "http://www.skrenta.com/2007/05/code_is_our_enemy.html", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a97f062ccdfe50004febf36" }, "text": "If builders built houses the way programmers built programs, the first woodpecker to come along would destroy civilization.", "author": "Gerald Weinberg", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9aa1db2bad9600044b6fb9" }, "text": "The techniques of artificial intelligence are to the mind what bureaucracy is to human social interaction.", "author": "Terry Winograd", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b1f692bad9600044b7001" }, "text": "Code is expensive to change, but design is cheaper to change, and requirements are even cheaper to change.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b1f822bad9600044b7002" }, "text": "The cost to repair an error goes up dramatically as project moves towards completion and beyond.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b1f252bad9600044b6ffe" }, "text": "A team of highly competent programmers who are also highly territorial, egotistical politicians will fail while a team of equally competent programmers, who are also egoless, cooperative, team players will succeed.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 3, "rating": 5 }, { "_id": { "$oid": "5a9b203c2bad9600044b7004" }, "text": "For most software, efficiency just does not matter.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 3, "rating": 3.9 }, { "_id": { "$oid": "5a9b214b2bad9600044b7005" }, "text": "The best way to know that you have found the last bug is never to find the first bug.", "author": "Harlan Mills", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b21cb2bad9600044b7008" }, "text": "An interactive debugger is an outstanding example of what is not needed - it encourages trial-and-error hacking rather than systematic design, and also hides marginal people barely qualified for precision programming.", "author": "Harlan Mills", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b22a02bad9600044b7009" }, "text": "Thoroughly testing a program is impossible (requires unbounded number of test cases); so try to choose test cases that will expose all errors. That’s very difficult, especially since we do not know what all the errors are, and if we did, we would not need the test cases!", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b21a12bad9600044b7007" }, "text": "The only way for errors to occur in a program is by being put there by the author. No other mechanisms are known.", "author": "Harlan Mills", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9b22c72bad9600044b700b" }, "text": "Reliable computations are obtainable from buggy programs, which after all, are the only kind of programs there are.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9b22ed2bad9600044b700c" }, "text": "I can build a reliable system with thousands of bugs, if you let me choose my bugs carefully.", "author": "David Parnas", "source": "Myths and Realities in Software Development", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b231d2bad9600044b700d" }, "text": "Ed Adams of IBM found that 80% of the reliability problems are caused by only 2% of the defects.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b23502bad9600044b700e" }, "text": "Hardware is the part you can replace. Software is the part you have to keep, because it’s so expensive and nobody understands it any more.", "author": "Jim Horning", "source": "Myths and Realities in Software Development", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b23dc2bad9600044b7011" }, "text": "Any technological or managerial scheme to force documentation can be subverted by unwilling programmers.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9b23b02bad9600044b700f" }, "text": "Good judgement comes from experience. Experience comes from bad judgement.", "author": "Jim Horning", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9c649eff6af300049e6b59" }, "text": "Machines as simple as thermostats can be said to have beliefs.", "author": "John McCarthy (computer scientist)", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b253f2bad9600044b7016" }, "text": "A framework can provide 90% of the features we need quickly — giving us a false sense of confidence early in the development cycle — and then be frustratingly hard when it comes to implementing the last 10%.", "author": "Tony Parisi (software developer)", "source": "Programming 3D Applications with HTML5 and WebGL", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9c6502ff6af300049e6b5a" }, "text": "Mental qualities peculiar to human-like motivational structures, such as love and hate, will not be required for intelligent behavior, but we could probably program computers to exhibit them if we wanted to.", "author": "John McCarthy (computer scientist)", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9d2f8c607c5100044dff77" }, "text": "I have met bright students in computer science who have never seen the source code of a large program. They may be good at writing small programs, but they can't begin to learn the different skills of writing large ones if they can't see how others have done it.", "author": "Richard Stallman", "numberOfVotes": 2, "rating": 3.8 }, { "_id": { "$oid": "5a9c65d6ff6af300049e6b5b" }, "text": "Program designers have a tendency to think of the users as idiots who need to be controlled. They should rather think of their program as a servant, whose master, the user, should be able to control it.", "author": "John McCarthy (computer scientist)", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9d3007607c5100044dff79" }, "text": "In fact, in the 1980s I often came across newly graduated computer science majors who had never seen a real program in their lives. They had only seen toy exercises, school exercises, because every real program was a trade secret.", "author": "Richard Stallman", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9d31fa607c5100044dff7c" }, "text": "I figure that since proprietary software developers use copyright to stop us from sharing, we cooperators can use copyright to give other cooperators an advantage of their own: they can use our code.", "author": "Richard Stallman", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9d2eb2607c5100044dff75" }, "text": "I consider that the golden rule requires that if I like a program I must share it with other people who like it. Software sellers want to divide the users and conquer them, making each user agree not to share with others. I refuse to break solidarity with other users in this way.", "author": "Richard Stallman", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9d33ae607c5100044dff7d" }, "text": "The free software community rejects the “priesthood of technology”, which keeps the general public in ignorance of how technology works; we encourage students of any age and situation to read the source code and learn as much as they want to know.", "author": "Richard Stallman", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9d3532607c5100044dff7e" }, "text": "The most powerful programming language is Lisp. If you don't know Lisp (or its variant, Scheme), you don't know what it means for a programming language to be powerful and elegant. Once you learn Lisp, you will understand what is lacking in most other languages.", "author": "Richard Stallman", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9d36a4607c5100044dff7f" }, "text": "Programming is programming. If you get good at programming, it doesn't matter which language you learned it in, because you'll be able to do programming in any language.", "author": "Richard Stallman", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a9dc5de6744730004f6a1e6" }, "text": "It was on one of my journeys between the EDSAC room and the punching equipment the realization came over me with full force that a good part of the remainder of my life was going to be spent in finding errors in my own programs.", "author": "Maurice Wilkes", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9dc65d6744730004f6a1e8" }, "text": "Since 1954, the raw speed of computers, as measured by the time it takes to do an addition, increased by a factor of 10,000. That means an algorithm that once took 10 minutes to perform can now be done 15 times a second.", "author": "Maurice Wilkes", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9dc8e76744730004f6a1e9" }, "text": "Typing is no substitute for thinking.", "author": "Richard Hamming", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9d530a1a29250004e946df" }, "text": "A programmer who subconsciously views himself as an artist will enjoy what he does and will do it better.", "author": "Donald Knuth", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9dc9c26744730004f6a1ea" }, "text": "Perhaps the central problem we face in all of computer science is how we are to get to the situation where we build on top of the work of others rather than redoing so much of it in a trivially different way.", "author": "Richard Hamming", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a9dcace6744730004f6a1eb" }, "text": "Any unwillingness to learn mathematics today can greatly restrict your possibilities tomorrow.", "author": "Richard Hamming", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa28cf31dcf530004c4bf64" }, "text": "Really good programs live forever.", "author": "Charles Simonyi", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9dccdd6744730004f6a1ec" }, "text": "In science if you know what you are doing you should not be doing it. In engineering if you do not know what you are doing you should not be doing it.", "author": "Richard Hamming", "numberOfVotes": 3, "rating": 3.9 }, { "_id": { "$oid": "5aa28d721dcf530004c4bf65" }, "text": "In handling resources, strive to avoid disaster rather than to attain an optimum.", "author": "Butler Lampson", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa28ea11dcf530004c4bf67" }, "text": "As with most projects, the last two percent takes fifty percent of the time.", "author": "John Warnock", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5aa299fbe7e86700048f0279" }, "text": "It's fun to sit at a terminal and let the code flow. It sounds strange, but it just comes out my brain; once I'm started, I don't have to think about it.", "author": "Gary Kildall", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa29b16e7e86700048f027a" }, "text": "I think programming is very much a religious experience for a lot of people.", "author": "Gary Kildall", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa28c251dcf530004c4bf63" }, "text": "What is programming? Some people call it a science, some people call it an art, some people call it a skill. I think it has aspects of all three.", "author": "Charles Simonyi", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5aa29bfee7e86700048f027b" }, "text": "If you ever talk to a great programmer, you'll find he knows his tools like an artist knows his paintbrushes.", "author": "Bill Gates", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa29c76e7e86700048f027c" }, "text": "Our goals are very simple. We're going to create the software that puts a computer on every desk and in every home.", "author": "Bill Gates", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa2a019e7e86700048f027f" }, "text": "The most important part of writing a program is designing the data structures.", "author": "Dan Bricklin", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa2a0ace7e86700048f0280" }, "text": "Ideas don't disappear. They change form, they merge with other ideas.", "author": "Bob Frankston", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aa2a355e7e86700048f0284" }, "text": "I care not only what the code says but how it looks.", "author": "Peter Roizen", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa2a2f1e7e86700048f0283" }, "text": "Programming is the ultimate field for someone who likes to tinker.", "author": "Ray Ozzie", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5aa2a3fde7e86700048f0286" }, "text": "Programming can be addictive.", "author": "Bob Carr", "source": "Programmers at Work", "numberOfVotes": 2, "rating": 3.8 }, { "_id": { "$oid": "5aa2a3b3e7e86700048f0285" }, "text": "From an artistic standpoint, the best software comes from the realm of intuition.", "author": "Bob Carr", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa2a602e7e86700048f0287" }, "text": "Then Apple went public toward the end of 1980. All of a sudden, all these people I was working with were millionaires.", "author": "Andy Hertzfeld", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa2a68ce7e86700048f0288" }, "text": "I'm interested in creating images that communicate with people.", "author": "Toru Iwatani", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa31172bb93c00004d9a6f6" }, "text": "I think the best way to supervise is by personal example and by frequent code reviews.", "author": "Charles Simonyi", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa3181fbb93c00004d9a6f8" }, "text": "There are some basic techniques to control complexity. Fundamentally, I divide and conquer, break things down, and try to write reasonably precise descriptions of what each piece is supposed to do.", "author": "Butler Lampson", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa311f9bb93c00004d9a6f7" }, "text": "The efficiency of the code decreases with an increase in the number of people working on the program. The most efficient programs are written by a single person.", "author": "Charles Simonyi", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa30d4abb93c00004d9a6f5" }, "text": "I'll bet you that from ten feet away I can tell if a program is bad. I might not guarantee that it is good, but if it looks bad from ten feet, I can guarantee you that it wasn't written with care.", "author": "Charles Simonyi", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa44e197832df00040ac9b7" }, "text": "Nobody knows how to build really complicated hardware systems, so designing hardware tends to be simpler. Software is much more complicated.", "author": "Butler Lampson", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa4511b7832df00040ac9b8" }, "text": "A beautiful program is like a beautiful theorem: It does the job elegantly.", "author": "Butler Lampson", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa456667832df00040ac9b9" }, "text": "To be successful, you want to surround yourself with very talented folks whose skills blend very well. That’s the secret of success.", "author": "John Warnock", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa459d77832df00040ac9bc" }, "text": "I start with drawing the data structures, and I spend a lot of time thinking about them. I also think about what the program has to go through before I start writing code.", "author": "Gary Kildall", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa456d87832df00040ac9ba" }, "text": "Don’t go into a two-year development with nothing coming out in the middle. Have something come out every two months, so you can evaluate, regroup, and restart.", "author": "John Warnock", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa459767832df00040ac9bb" }, "text": "If you learn how to solve problems, you can go through life and do pretty well.", "author": "Gary Kildall", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aa45f317832df00040ac9c0" }, "text": "A great programmer thinks about the program on a constant basis, whether driving or eating. That method takes an incredible amount of mental energy.", "author": "Bill Gates", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa4601c7832df00040ac9c1" }, "text": "The really great programs I've written have all been ones that I have thought about for a huge amount of time before I ever wrote them.", "author": "Bill Gates", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa461667832df00040ac9c2" }, "text": "There is an amazing commonality in the types of difficulties you run into. In design reviews, I really enjoy being able to provide advice, based on programs that I have done.", "author": "Bill Gates", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b16b92bad9600044b6fe3" }, "text": "The fundamental problem with program maintenance is that fixing a defect has a substantial (20-50 percent) chance of introducing another. So the whole process is two steps forward and one step back.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aa5c874d1481c4acc43aa71" }, "text": "Really care about the tools you use because they are what make you your best.", "author": "Addy Osmani", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa63f3a42fbc6000481ca0d" }, "text": "What I like about programming is that it really helps you think about how we communicate, how we think, how logic works, how creative arts work.", "author": "Michael Hawley", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa6de2101c2c400048eb9a8" }, "text": "One of the things I’ve been pushing is code reading. I think that is the most useful thing that a community of programmers can do for each other—spend time on a regular basis reading each other’s code.", "author": "Douglas Crockford", "source": "Coders at Work", "numberOfVotes": 3, "rating": 5 }, { "_id": { "$oid": "5aa6dd2101c2c400048eb9a7" }, "text": "I think the best way to make JavaScript better would be to\nmake it smaller. If we could just get it down to what it does really well and remove the features that add little or no value, it’s actually a better language.", "author": "Douglas Crockford", "source": "Coders at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aa6e0d101c2c400048eb9a9" }, "text": "Readability of code is now my first priority. It’s more important than being fast, almost as important as being correct, but I think being readable is actually the most likely way of making it correct.", "author": "Douglas Crockford", "source": "Coders at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa6e37801c2c400048eb9aa" }, "text": "Part of what makes programming difficult is most of the time we’re doing stuff we’ve never done before.", "author": "Douglas Crockford", "source": "Coders at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa6e8ac01c2c400048eb9ab" }, "text": "I think of myself as a writer. Sometimes I write in English and sometimes I write in JavaScript.", "author": "Douglas Crockford", "source": "Coders at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aa63e0642fbc6000481ca0c" }, "text": "People should be able to speak and breathe programs just like they talk now.", "author": "Jaron Lanier", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa9a89904c8cd0004d472c4" }, "text": "If you start removing things, if you get to the point where if you were to remove anything more it would not work any more — at this point it is beautiful.", "author": "Joe Armstrong (programmer)", "source": "Coders at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aa8307a94bd610da89b3340" }, "text": "Humanity is acquiring all the right technology for all the wrong reasons.", "author": "Buckminster Fuller", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa9aa9f04c8cd0004d472c5" }, "text": "I characterize functional programming as a radical and elegant attack on the whole enterprise of writing programs.", "author": "Simon Peyton Jones", "source": "Coders at Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5aab9d9617c21b0004913edc" }, "text": "Size almost always involves complexity, and complexity confuses programmers. Confused programmers, in turn, introduce mistakes (bugs) into programs.", "author": "Marijn Haverbeke", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aab9ade17c21b0004913edb" }, "text": "Flaws in computer programs are usually called bugs. It makes programmers feel good to imagine them as little things that just happen to crawl into our work. In reality, of course, we put them there ourselves.", "author": "Marijn Haverbeke", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aac2850c2138a00046e9183" }, "text": "When I was at what I would consider the peak of my abilities, I had extremely trustworthy intuition. I would do things and they would just turn out right.", "author": "L. Peter Deutsch", "source": "Coders at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aac2af1c2138a00046e9185" }, "text": "Every now and then I feel a temptation to design a programming language but then I just lie down until it goes away.", "author": "L. Peter Deutsch", "source": "Coders at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aac2cf9c2138a00046e9186" }, "text": "Language systems stand on a tripod. There’s the language, there’s the libraries, and there are the tools. And how successful a language is depends on a complex interaction between those three things.", "author": "L. Peter Deutsch", "source": "Coders at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aac29e1c2138a00046e9184" }, "text": "I would make a strong case that programming languages have not improved qualitatively in the last 40 years. There is no programming language in use today that is qualitatively better than Simula-67.", "author": "L. Peter Deutsch", "source": "Coders at Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5aac303cc2138a00046e9188" }, "text": "Instead of the progression of tens, I have for many years used the simplest progression of all, which proceeds by twos, having found that it is useful for the perfection of the science of numbers.", "author": "Gottfried Wilhelm Leibniz", "source": "EXPLANATION OF BINARY ARITHMETIC", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aac2e8fc2138a00046e9187" }, "text": "I never in my wildest dreams would have predicted the evolution of the Internet. And I never would’ve predicted the degree to which corporate influence over the Internet has changed its character over time.", "author": "L. Peter Deutsch", "source": "Coders at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aac3a57610d7d0004066303" }, "text": "I’ve never been a lover of existing code. Code by itself almost rots and it’s gotta be rewritten. Even when nothing has changed, for some reason it rots.", "author": "Ken Thompson", "source": "Coders at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aac39b1610d7d0004066302" }, "text": "Modern programming scares me in many respects. It confuses me to read a program which you must read top-down. It says “do something.” And you go find “something.” And you read it and it says, “do something else” and you go find something and it says, “do something else” and it goes back to the top maybe. And nothing gets done. It’s just relegating the problem to a deeper and deeper level.", "author": "Ken Thompson", "source": "Coders at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa9a7b304c8cd0004d472c3" }, "text": "I always spend a day a week learning new stuff. That means I spend 20% more of my time than my colleagues learning new stuff. Now 20% at compound interest means that after four and a half years I will know twice as much as them.", "author": "Richard Hamming", "source": "Coders at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aad68d17632ba0004ec84ae" }, "text": "I’ll use dirty tricks for two reasons. One is, if it’s really going to give me a performance improvement. Or sometimes just for pure pleasure. In any case, I document it; I don’t just put it in there.", "author": "Donald Knuth", "source": "Coders at Work", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5aac3aa3610d7d0004066304" }, "text": "I’ll throw away code as soon I want to add something to it and I get the feeling that what I have to do to add it is too hard.", "author": "Ken Thompson", "source": "Coders at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aad69767632ba0004ec84af" }, "text": "The problem is that coding isn’t fun if all you can do is call things out of a library, if you can’t write the library yourself.", "author": "Donald Knuth", "source": "Coders at Work", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5aad6d0d7632ba0004ec84b0" }, "text": "I make mistakes because I’m always operating at my limit. If I only stay in comfortable territory all the time, that’s not so much fun.", "author": "Donald Knuth", "source": "Coders at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aad6dfa7632ba0004ec84b1" }, "text": "I’ve got this need to program. I wake up in the morning with sentences of a literate program. Before breakfast — I’m sure poets must feel this — I have to go to the computer and write this paragraph and then I can eat and I’m happy.", "author": "Donald Knuth", "source": "Coders at Work", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5aad71337632ba0004ec84b2" }, "text": "The more varieties of different kinds of notations are still useful — don’t only read the people who code like you.", "author": "Donald Knuth", "source": "Coders at Work", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5ab6e0d632a9950004a2efc2" }, "text": "The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do.", "author": "Ted Nelson", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa6e99001c2c400048eb9ac" }, "text": "Mathematics is important in programming, but it’s just one of a lot of things that are important. If you overemphasize the math then you underemphasize stuff which might be even more important, such as literacy.", "author": "Douglas Crockford", "source": "Coders at Work", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5aac3b37610d7d0004066305" }, "text": "Documenting is very, very hard; it’s time-consuming. To do it right, you’ve got to do it like programming. You’ve got to deconstruct it, put it together in nice ways, rewrite it when it’s wrong. People don’t do that.", "author": "Ken Thompson", "source": "Coders at Work", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5ab6e20132a9950004a2efc6" }, "text": "Making things easy is hard.", "author": "Ted Nelson", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5ab6e9e132a9950004a2efc7" }, "text": "The difference between theory and practice is that in theory, there is no difference between theory and practice.", "author": "Richard Moore (engineer)", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5ab6ea2a32a9950004a2efc8" }, "text": "You should name a variable using the same care with which you name a first-born child.", "author": "Jim Coplien", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5acca81fe01bb40004668819" }, "text": "The ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code.", "author": "Robert C. Martin", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5b579bb420e9780004ba9ac3" }, "text": "There's nothing more permanent than a temporary hack.", "author": "Kyle Simpson", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5b6d73d6b3f09f0004d9275f" }, "text": "As numbers are reduced to the simplest principles, like 0 and 1, a wonderful order is apparent throughout.", "author": "Gottfried Wilhelm Leibniz", "source": "EXPLANATION OF BINARY ARITHMETIC", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5ab6e1ad32a9950004a2efc4" }, "text": "In my second year in graduate school, I took a computer course and that was like lightening striking.", "author": "Ted Nelson", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5ab6e13932a9950004a2efc3" }, "text": "They were saying computers deal with numbers. This was absolutely nonsense. Computers deal with arbitrary information of any kind.", "author": "Ted Nelson", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5ab6e1dd32a9950004a2efc5" }, "text": "Right now you are a prisoner of each application you use. You have only the options that were given you by the developer of that application.", "author": "Ted Nelson", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a6ce86f2af929789500e83d" }, "text": "Complexity kills. It sucks the life out of developers, it makes products difficult to plan, build and test, it introduces security challenges and it causes end-user and administrator frustration.", "author": "Ray Ozzie", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a6ce8702af929789500e882" }, "text": "Software gets slower faster than hardware gets faster.", "author": "Niklaus Wirth", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a6ce8702af929789500e89e" }, "text": "A computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are, in short, a perfect match.", "author": "David Parnas", "numberOfVotes": 3, "rating": 4 }, { "_id": { "$oid": "5a6ce8702af929789500e8c4" }, "text": "A few months writing code can save you a few hours in design.", "author": "Anonymous", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a72f8251ac5f022282e4125" }, "text": "Are you quite sure that all those bells and whistles, all those wonderful facilities of your so called powerful programming languages, belong to the solution set rather than the problem set?", "author": "Edsger W. Dijkstra", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a91e3a1c4240c0004265956" }, "text": "If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.", "author": "John von Neumann", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a933a408e7b510004cba4bb" }, "text": "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off.", "author": "Bjarne Stroustrup", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a933a668e7b510004cba4bc" }, "text": "If you think it's simple, then you have misunderstood the problem.", "author": "Bjarne Stroustrup", "numberOfVotes": 2, "rating": 3 }, { "_id": { "$oid": "5a9342458e7b510004cba4c7" }, "text": "Object-oriented design is the roman numerals of computing.", "author": "Rob Pike", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a93d61c6a584e0004a4a613" }, "text": "It is hard to think that a $2 billion company with 4,300-plus people couldn't compete with six people in blue jeans.", "author": "Steve Jobs", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a93ffbae49ad10004edb861" }, "text": "Some people, when confronted with a problem, think ‘I know, I’ll use regular expressions.’ Now they have two problems.", "author": "Jamie Zawinski", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a943255ee7ed5000496b17c" }, "text": "Sometimes we do get taken by surprise. For example, when the Internet came along, we had it as a fifth or sixth priority.", "author": "Bill Gates", "numberOfVotes": 1, "rating": 2 }, { "_id": { "$oid": "5a9432f0ee7ed5000496b180" }, "text": "It was a turning point in my programming career when I realized that I didn't have to win every argument.", "author": "Ward Cunningham", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9435b6ee7ed5000496b18f" }, "text": "And programming computers was so fascinating. You create your own little universe, and then it does what you tell it to do.", "author": "Vint Cerf", "numberOfVotes": 4, "rating": 3.7 }, { "_id": { "$oid": "5a943552ee7ed5000496b18d" }, "text": "The cleaner and nicer the program, the faster it's going to run. And if it doesn't, it'll be easy to make it fast.", "author": "Joshua Bloch", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9436dcee7ed5000496b194" }, "text": "SQL, Lisp, and Haskell are the only programming languages that I've seen where one spends more time thinking than typing.", "author": "Philip Greenspun", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a95a610cb1a4d0004b2987e" }, "text": "It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures.", "author": "Alan Perlis", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a95d1077700780004d51db9" }, "text": "The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.", "author": "Brian Kernighan", "numberOfVotes": 3, "rating": 3.8 }, { "_id": { "$oid": "5a95d7637700780004d51dc5" }, "text": "Computer languages of the future will be more concerned with goals and less with procedures specified by the programmer.", "author": "Marvin Minsky", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a95fe167700780004d51dcd" }, "text": "A computer would deserve to be called intelligent if it could deceive a human into believing that it was human.", "author": "Alan Turing", "numberOfVotes": 3, "rating": 3.5 }, { "_id": { "$oid": "5a96be3ed6959500047aecbd" }, "text": "The way to arrest entropy in software is to refactor it.", "author": "Joseph Yoder (computer scientist)", "source": "Brian Foote and Joseph Yoder, Big Ball of Mud", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a96bf21d6959500047aecc0" }, "text": "Reviews and pair programming provide programmers with something their work would not otherwise have: an audience. Sunlight, it is said is a powerful disinfectant. An immediate audience of one's peers provides immediate incentives to programmers to keep their code clear and comprehensible, as well as functional.", "author": "Joseph Yoder (computer scientist)", "source": "Brian Foote and Joseph Yoder, Big Ball of Mud", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a97f2c0ccdfe50004febf38" }, "text": "You might not think that programmers are artists, but programming is an extremely creative profession. It's logic-based creativity.", "author": "John Romero", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a97f4c5ccdfe50004febf3c" }, "text": "JavaScript is the only language that I'm aware of that people feel they don't need to learn before they start using it.", "author": "Douglas Crockford", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9808951878b40004879f61" }, "text": "Be humble, communicate clearly, and respect others. It costs nothing to be kind, but the impact is priceless.", "author": "Addy Osmani", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9808dc1878b40004879f63" }, "text": "Telling a programmer there's already a library to do X is like telling a songwriter there's already a song about love.", "author": "Pete Cordell", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a980f551878b40004879f68" }, "text": "Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration.", "author": "Stan Kelly-Bootle", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a985fd2e93441000489b94d" }, "text": "The purpose of abstraction is not to be vague, but to create a new semantic level in which one can be absolutely precise.", "author": "Edsger W. Dijkstra", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5a9a9e792bad9600044b6fb5" }, "text": "There certainly will be job disruption. Because what's going to happen is robots will be able to do everything better than us.", "author": "Elon Musk", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9860dbe93441000489b950" }, "text": "Sometimes, the elegant implementation is a function. Not a method. Not a class. Not a framework. Just a function.", "author": "John Carmack", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9aa0f72bad9600044b6fb8" }, "text": "Artificial intelligence is the science of making machines do things that would require intelligence if done by men.", "author": "Marvin Minsky", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9aaf682bad9600044b6fbb" }, "text": "I just had to take the hypertext idea and connect it to the TCP and DNS ideas and — ta-da!— the World Wide Web.", "author": "Tim Berners-Lee", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b0d552bad9600044b6fd4" }, "text": "A computational process is indeed much like a sorcerer's idea of a spirit. It cannot be seen or touched. It is not composed of matter at all. However, it is very real. It can perform intellectual work. It can answer questions. It can affect the world by disbursing money at a bank or by controlling a robot arm in a factory.", "author": "Hal Abelson", "source": "Structure and Interpretation of Computer Programs", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b17792bad9600044b6fe5" }, "text": "One must assume that there will be lots of bugs, and plan an orderly procedure for snaking them out.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 5 }, { "_id": { "$oid": "5a9b19662bad9600044b6ff1" }, "text": "To achieve conceptual integrity, a design must proceed from one mind or a small group of agreeing minds.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b1d152bad9600044b6ff9" }, "text": "The very best technology never has as much impact as girlfriend or boyfriend trouble.", "author": "Tom DeMarco", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 3 }, { "_id": { "$oid": "5a9b19952bad9600044b6ff3" }, "text": "Maintenance cost is strongly affected by the number of users. More users find more bugs.", "author": "Fred Brooks", "source": "The Mythical Man-Month", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5a9b1f8c2bad9600044b7003" }, "text": "Most errors are introduced during requirements specification!", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 2, "rating": 4.3 }, { "_id": { "$oid": "5a9b21892bad9600044b7006" }, "text": "Programming is similar to a game of golf. The point is not getting the ball in the hole but how many strokes it takes.", "author": "Harlan Mills", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9b22b42bad9600044b700a" }, "text": "A number of studies have shown testing not very effective at finding bugs.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 2, "rating": 4.5 }, { "_id": { "$oid": "5a9b23cd2bad9600044b7010" }, "text": "The key to keeping software costs down is to write code that is easily modified.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 1, "rating": 3.5 }, { "_id": { "$oid": "5a9b24492bad9600044b7014" }, "text": "The notions of correctness in mathematics and programs are different. A mathematical model must be consistent; it need not match reality (be correct), and it need not be complete (in the formal sense). A program model must be consistent; it must match reality; and it must be complete (in the sense that it reacts gracefully to all inputs).", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 2, "rating": 3 }, { "_id": { "$oid": "5a9b23ed2bad9600044b7012" }, "text": "Programming is at least as difficult as developing a mathematical theory.", "author": "Daniel T. Barry", "source": "Myths and Realities in Software Development", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5a9d2fc8607c5100044dff78" }, "text": "In 1971 when I joined the staff of the MIT Artificial Intelligence lab, all of us who helped develop the operating system software, we called ourselves hackers. We were not breaking any laws, at least not in doing the hacking we were paid to do. We were developing software and we were having fun. Hacking refers to the spirit of fun in which we were developing software.", "author": "Richard Stallman", "numberOfVotes": 2, "rating": 4.8 }, { "_id": { "$oid": "5a9dc6316744730004f6a1e7" }, "text": "By June 1949 people had begun to realize that it was not so easy to get programs right as at one time appeared.", "author": "Maurice Wilkes", "numberOfVotes": 0, "rating": 4 }, { "_id": { "$oid": "5aa28dd71dcf530004c4bf66" }, "text": "Everything should be made as simple as possible. But to do that you have to master complexity.", "author": "Butler Lampson", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa29df5e7e86700048f027d" }, "text": "If I had followed my heart instead of advice, dBASE would be much closer to perfection today.", "author": "Wayne Ratliff", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa29e43e7e86700048f027e" }, "text": "Programming is a little bit like the army. Now that I'm out, it's neat to have had the experience.", "author": "Wayne Ratliff", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 3 }, { "_id": { "$oid": "5aa2a20ce7e86700048f0282" }, "text": "I don't like using any tools or programs I didn't write myself or that I don't have some control over.", "author": "Jonathan Sachs", "source": "Programmers at Work", "numberOfVotes": 0, "rating": 0 }, { "_id": { "$oid": "5aa2a15fe7e86700048f0281" }, "text": "If you cannot explain a program to yourself, the chance of the\ncomputer getting it right is pretty small.", "author": "Bob Frankston", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4 }, { "_id": { "$oid": "5aa45ab57832df00040ac9bd" }, "text": "I don't comment on the code itself because I feel that properly written code is very much self-documented.", "author": "Gary Kildall", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa45bcf7832df00040ac9be" }, "text": "When a program is clean and neat, nicely structured, and consistent, it can be beautiful.", "author": "Gary Kildall", "source": "Programmers at Work", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aa6db5d01c2c400048eb9a6" }, "text": "JavaScript, purely by accident, has become the most popular programming language in the world.", "author": "Douglas Crockford", "source": "Coders at Work", "numberOfVotes": 0, "rating": 5 }, { "_id": { "$oid": "5aac2669c2138a00046e9182" }, "text": "Software is a discipline of detail, and that is a deep, horrendous fundamental problem with software.", "author": "L. Peter Deutsch", "source": "Coders at Work", "numberOfVotes": 0, "rating": 3.5 }, { "_id": { "$oid": "5aac309cc2138a00046e9189" }, "text": "Even in the games of children there are things to interest the greatest mathematician.", "author": "Gottfried Wilhelm Leibniz", "numberOfVotes": 1, "rating": 4.5 }, { "_id": { "$oid": "5aac309cc2138a00046e9199" }, "text": "A PC is like an ac, it's useless if you open windows.", "author": "Parth Shrigadi" } ]