Programming

From BillionQuotes

Jump to: navigation, search

Contents

Miscellaneous

  • "There is no programming language, no matter how structured, that will prevent programmers from making bad programs." - Larry Flon
  • "If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." - Weinberg's Second Law
  • "Beware of bugs in the above code; I have only proved it correct, not tried it." - Donald Knuth, March 22, 1977 [1]
  • "Premature optimisation is the root of all evil in programming." - Commonly attributed to Donald Knuth, though he is actually repeating C. A. R. Hoare
  • "Software and cathedrals are much the same - first we build them, then we pray" - Source unknown
  • "There are 10 types of people, those who know binary and those who don't." - Source unknown
  • "Keyboard not found. Press < F1 > to RESUME. " - Source unknown (appears in many common BIOSes as a real error message)
  • "In God we trust, all others must submit an X.509 Certificate" - Source unknown
  • "When Roman engineers built a bridge, they had to stand under it while the first legion marched across. If programmers today worked under similar ground rules, they might well find themselves getting much more interested in Ada!" - Robert Dewar (President Ada Core Technologies)
  • "The problem about all graphical programming languages is that when your project becomes complex, not only will you have spaghetti code, but it will actually look like spaghetti too."
  • "He who hasn't hacked assembly language as a youth has no heart. He who does as an adult has no brain." - John Moore
  • "Don't get suckered in by the comments ... they can be terribly misleading." - Dave Storer
  • "Real programmers can write assembly code in any language." - Larry Wall
  • "If you're masochistic enough to program in ADA, we're not going to stop you." - Matt Welsh
  • "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning." - Rick Cook
  • "Writing it is easy, understanding it is hard" - Source unknown
  • "Computer programming is tremendous fun. Like music, it is a skill that derives from an unknown blend of innate talent and constant practice. Like drawing, it can be shaped to a variety of ends – commercial, artistic, and pure entertainment. Programmers have a well-deserved reputation for working long hours but are rarely credited with being driven by creative fevers. Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination, but because their imagination reveals worlds that others cannot see." - Larry O’Brien and Bruce Eckel in Thinking in C#

Programming languages

  • "BASIC - A programming language. Related to certain social diseases in that those who have it will not admit it in polite company."
  • "Pascal keeps your hand tied. C gives you enough rope to hang yourself."

Java

  • "Saying that Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders" - "Alanna" [2]
  • "Wanted: Expert Java programmers, 5+ years experience." - Posted in 1998 (Java's first public release was made in 1995)
  • "Java is C++ without the guns, knives, and clubs" - James Gosling, co-inventor of Java

Fortran

  • "Consistently separating words by spaces became a general custom about the tenth century A.D., and lasted until about 1957, when FORTRAN abandoned the practice." - Sun FORTRAN Reference Manual
  • "You can tell how far we have to go, when FORTRAN is the language of supercomputers" - Steven Feiner
  • "FORTRAN was the language of choice for the same reason that three-legged races are popular" - Ken Thompson (in "Reflections on Trusting Trust")
  • "God is Real, unless declared Integer" - J.Allan Toogood, FORTRAN programmer
    • In FORTRAN, undeclared variables are typed according to their first letter, so "God" would be a real number.
  • "In the good old days physicists repeated each other's experiments, just to be sure. Today they stick to FORTRAN, so that they can share each other's programs, bugs included." - Edsger Dijkstra

C/C++

  • "... one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." - Robert Firth
  • "C++: an octopus made by nailing extra legs onto a dog." - Steve Taylor
  • "A C program is like a fast dance on a newly waxed dance floor by people carrying razors." - Waldi Ravens
  • "The C Programming Language - A language which combines the flexibility of assembly language with the power of assembly language."

Alternately: "The C Programming Language - A language which combines the flexibility and power of assembly language with the readability and maintainablity of assembly language."

  • "Fifty years of programming language research, and we end up with C++ ???" - Richard A. O'Keefe
  • "C++: Hard to learn and built to stay that way."
  • "Without C we only have Obol, Pasal and BASI."
  • "Writing in C or C++ is like running a chain saw with all the safety guards removed." - Bob Gray
  • "The evolution of languages: FORTRAN is a non-typed language. C is a weakly typed language. Ada is a strongly typed language. C++ is a strongly hyped language." - Ron Sercely
  • "In C++ it's harder to shoot yourself in the foot, but when you do, you blow off your whole leg." - Bjarne Stroustrup
  • "C gives you enough rope to hang yourself."
  • "C++: where friends have access to your private members."
  • "Within C++, there is a much smaller and cleaner language struggling to get out." - Bjarne Stroustrup, The Design and Evolution of C++
  • c++; /* this makes c bigger but returns the old value */
  • "I've been able to use C for just about everything someone else would use C++ for. The problem is translating templates into #defines, which makes the C code unwieldingly hairy." - Gregory Pietsch
  • "Templates are in C++ for one reason only: to frustrate the indent program." - Gregory Pietsch
  • "I looked through the Boost libraries, and they have methods return a boolean by inheriting from one of two types, false_type and true_type. Is this any improvement in style from a function or method returning a zero or nonzero integer? I think not." - Gregory Pietsch
  • "C programmers never die. They are just cast into void". - Source Unknown
  • "Manually managing blocks of memory in C is like juggling bars of soap in a prison shower: It's all fun and games until you forget about one of them." - Unknown Usenet poster
  • "It's easy to keep C in your head. It's harder to keep C++ in your head." - Gregory Pietsch

Cobol

  • "The use of COBOL cripples the mind; its teaching should therefore be regarded as a criminal offense" - Edsger Dijkstra
  • "Q: How will we call COBOL if it becomes an object-oriented language? A: ADD 1 TO COBOL GIVING COBOL!"
  • "COBOL programmers understand why women hate periods."

Perl

  • "I have a pretty major problem with a language where one of the most common variables has the name $_" - Brian Hook
  • "There’s no obfuscated Perl contest because it’s pointless." – Jeff Polk (Source)

Debugging

  • As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs. - Maurice Wilkes discovers debugging, 1949
  • Lubarsky's Law of Cybernetic Entomology: There's always one more bug.
  • bug, n: An elusive creature living in a program that makes it incorrect. The activity of "debugging", or removing bugs from a program, ends when people get tired of doing it, not when the bugs are removed. - "Datamation", January 15, 1984
  • silver bullet (SIL-vuhr BOOL-it) noun: A quick solution to a thorny problem. [From the belief that werewolves could be killed when shot with silver bullets.] "Writing code, he (Stuart Feldman) explains, is like writing poetry: every word, each placement counts. Except that software is harder, because digital poems can have millions of lines which are all somehow interconnected. Try fixing programming errors, known as bugs, and you often introduce new ones. So far, he laments, nobody has found a silver bullet to kill the beast of complexity." - Survey: The Beast of Complexity; The Economist (London, UK); Apr 14, 2001.
  • 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. - Brian W. Kernighan
  • If debugging is the process of removing bugs, then programming must be the process of putting them in. - Edsger Dijkstra
  • Testing can only prove the presence of bugs, not their absence. - Edsger Dijkstra
  • The paradox of software testing: In theory, testing software for correctness is impossible. In practice, it is given to freshmen because it's the least demanding task available.
  • A known bug is better than an unknown feature. -Manoj Sati

Real Programmers

  • "Real Programmers always confuse Christmas and Halloween because Oct31 == Dec25" - Andrew Rutherford
  • "Real Programmers don't need abstract concepts to get their jobs done, they are perfectly happy with a keypunch, a compiler, and a beer"
  • "Real Programmers aren't afraid to use GOTOs."
  • "Real Programmers can write five page long DO loops without getting confused."
  • "Real Programmers like Arithmetic IF statements-- they make the code more interesting."
  • "Real Programmers write self-modifying code, especially if they can save 20 nanoseconds in the middle of a tight loop."
  • "Real Programmers don't need comments-- the code is obvious."
  • "Real Programmers can read core dumps."
  • "Real Programmers remember phone numbers in binary."
  • "Real Programmers work for Los Alamos National Laboratory, writing atomic bomb simulations to run on Cray I supercomputers."
  • "Real Programmers work for the National Security Agency, decoding Russian transmissions."
  • "Real Programmers are at work for Boeing designing the operation systems for cruise missiles."
  • "At a party, the Real Programmers are the ones in the corner talking about operating system security and how to get around it."
  • "At a football game, the Real Programmer is the one comparing the plays against his simulations printed on 11 by 14 fanfold paper."
  • "At the beach, the Real Programmer is the one drawing flowcharts in the sand."
  • "At a funeral, the Real Programmer is the one saying "Poor George. And he almost had the sort routine working before the coronary."
  • "In a grocery store, the Real Programmer is the one who insists on running the cans past the laser checkout scanner himself, because he never could trust keypunch operators to get it right the first time."
  • "Real Programmers write programs, not documentation."
  • "Real Programmers don't wear neckties."
  • "Real Programmers don't wear high heeled shoes."
  • "Real Programmers arrive at work in time for lunch."
  • "A Real Programmer might or might not know his wife's name. He does, however, know the entire ASCII (or EBCDIC) code table."
  • "Real Programmers don't know how to cook. Grocery stores aren't open at three in the morning. Real Programmers survive on Twinkies and coffee."
  • "Real Programmers don't write specs -- users should consider themselves lucky to get any programs at all, and take what they get."
  • "Real Programmers don't comment their code. If it was hard to write, it should be hard to understand."
  • "Real Programmers don't write application programs, they program right down on the bare metal. Application programming is for feebs who can't do system programming."
    • Alternatively: "Real Programmers don't write application programs, they write tools to write application programs."
  • "Real Programmers don't eat quiche. They eat Twinkies. And Szechwan food. (Do not go to eat Szechwan food with a group of Real Programmers unless you are prepared to argue bitterly over the last spring roll.)"
  • "Real Programmers aren't scared of GOTOs... but they really prefer branches to absolute locations."
  • "Real Programmers don't write COBOL. COBOL is for wimpy application programmers."
  • "Real Programmers' programs never work right the first time. But if you throw them on the machine they can be patched into working in "only a few" 30-hour debugging sessions."
  • "Real Programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies."
  • "Real Programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night."
  • "Real Programmers don't write in BASIC. Actually, no programmers write in BASIC... after age twelve."
  • "Real Programmers can take the scissors off the phone cord."
  • "Real Programmers don't write in PL/I. PL/I is for programmers who can't decide whether to write in COBOL or FORTRAN."
    • Alternatively: "Real Programmers don't write in PL/1. PL/1 is for insecure anal-retentives who can't choose between COBOL and FORTRAN."
  • "Real Programmers don't play tennis, or any other sport which requires you to change clothes. Mountain climbing is OK, and Real Programmers wear their climbing boots to work in case a mountain should suddenly spring up in the middle of the computer room."
  • "Real Programmers don't do documentation. Documentation is for simps who can't figure out the listing."
  • "Real Programmers don't write in PASCAL, or BLISS, or ADA, or any of those pinko computer science languages. Strong typing is for people with weak memories."
  • "Real Programmers don't draw flowcharts. Flowcharts are the illiterate's form of documentation. Cavemen drew flowcharts; look at how much good it did for them."
  • "Real Programmers don't read manuals. Reliance on a reference manual is the hallmark of the novice and the coward."
  • "Real Programmers don't write in RPG. RPG is for gum-chewing dimwits who maintain ancient payroll programs."
  • "Real Programmers don't write in COBOL. COBOL is for COmmon Business-Oriented Laymen who can't run a business, much less write a real program."
  • "Real Programmers don't write in FORTRAN. FORTRAN is for wimp engineers who wear white socks. They get excited over finite state analysis and nuclear reactor simulation."
  • "Real Programmers don't write in APL, unless the whole program can be written on one line."
  • "Real Programmers don't write in LISP. Only idiots' programs contain more parenthesis than actual code."
  • "Real Programmers disdain structured programming. Structured programming is for compulsive neurotics who were prematurely toilet trained. They wear neckties and carefully line up sharp pencils on an otherwise clear desk."
  • "Real Programmers don't like the team programming concept. Unless, of course they are the chief programmer."
  • "Real Programmers never write memos on paper. They send memos via computer mail networks."
  • "Real Programmers have no use for managers. Managers are a necessary evil. They exist only to deal with personnel bozos, bean counters, senior planners, and other mental defectives."
  • "Real Programmers scorn floating point arithmetic. The decimal point was invented for pansy bedwetters who are unable to "think big.""
  • "Real Programmers don't drive clapped-out Mavericks. They prefer BMWs, Lincolns, or pick up trucks with floor shifts. Fast motorcycles are highly regarded."
  • "Real Programmers don't believe in schedules. Planners make up schedules. Managers "firm up" schedules. Frightened coders strive to meet schedules. Real Programmers ignore schedules."

Software Engineering

"It is true some rather interesting projects get abandoned by their developers or shall I say their artists. Most of them are sculptures made out of C (or any other language). And this is the biggest handicap of those programs. They aren't engineered they get crafted." - Reiner on www.gnomedesktop.orgde:Programmieren ru:Программирование

Personal tools