Software


Sitemap

















Controlling complexity is the essence of computer programming."

"Another effective [debugging] technique is to explain your code to someone else. This will often cause you to expin the bug to yourself..."

"Programming language is very specific to instructing a computer to do a particular structure of a sequence. It's the very way you tell the machine what you want it to do."

"Don't comments bad code - rewrite it."

"No matter what, the way to learn to program is to write code and rewrite it and see it used and rewrite again. Reading other people's code is invaluable as well."

"The most effective debugging tool is still careful thought, coupled with judiciously placed print statements."

"Debugging is twice as hard as writing the code in the first place. Therefore, if you wirte the code as cleverly as possible, you are, by definition, not smart enough to debug it." (Alle Zitate oben von Brian Kernighan)

 

"Und Computer zu programmieren war so faszinierend.
Man erschafft sein kleines Universum, und dann tut es, was man der IT sagt."  (Vinton Cerf, US-amerikanischer Informatik-Ingenieur)

 

"Das Messen des Programmierfortschritts anhand von Codezeilen ist wie das Messen des Fortschritts beim Flugzeugbau anhand des Gewichts." (Bill Gates, Mitbegründer von Microsoft)

 

"Das Gehen auf dem Wasser und das Entwickeln von Software aus einer Spezifikation ist einfach, wenn beides eingefroren sind." (Edward B. Berard, Software-Entwickler)

 

"Wenn du einen von dir vor zwei Wochen geschriebenen Code ansiehst, kommt es dir vor, als hättest du ihn noch nie gesehen."  (Dan Hurvitz, Software-Entwickler)