leocronin59 He once went to the psychic, to warn her
leocronin59 Because of the Turing completeness theory, everything one Turing-complete language can do can theoretically be done by another Turing-complete language, but at a different cost. You can do everything in assembler, but no one wants to program in assembler anymore.
almost 2 years ago • Reply
dongklein22 Most programs are not write-once. They are reworked and rewritten again and again in their lived. Bugs must be debugged. Changing requirements and the need for increased functionality mean the program itself may be modified on an ongoing basis. During this process, human beings must be able to read and understand the original code. It is therefore more important by far for humans to be able to understand the program than it is for the computer.
almost 2 years ago • Reply
nathanielterry37 Often people, especially computer engineers, focus on the machines. But in fact we need to focus on humans, on how humans care about doing programming or operating the application of the machines.
almost 2 years ago • Reply
portertillmaniii27 Often people, especially computer engineers, focus on the machines. But in fact we need to focus on humans, on how humans care about doing programming or operating the application of the machines.
almost 2 years ago • Reply
vincefranecki81 It is not the responsibility of the language to force good looking code, but the language should make good looking code possible.
almost 2 years ago • Reply