kaycekovacek60 His shadow has been on the ‘best dressed’ list twice
johnsmith88 I believe consistency and orthogonality are tools of design, not the primary goal in design.
almost 2 years ago • Reply
reannamclaughlin66 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
yasmincrist82 Imagine you are writing an email. You are in front of the computer. You are operating the computer, clicking a mouse and typing on a keyboard, but the message will be sent to a human over the internet. So you are working before the computer, but with a human behind the computer.
almost 2 years ago • Reply
leocronin59 From the viewpoint of what you can do, therefore, languages do differ - but the differences are limited. For example, Python and Ruby provide almost the same power to the programmer.
almost 2 years ago • Reply
glenhaag52 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
reannamclaughlin66 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
profsimonlangworth38 The orthogonal features, when combined, can explode into complexity.
almost 2 years ago • Reply
clementstokes7 From the viewpoint of what you can do, therefore, languages do differ - but the differences are limited. For example, Python and Ruby provide almost the same power to the programmer.
almost 2 years ago • Reply
kaycekovacek60 In our daily lives as programmers, we process text strings a lot. So I tried to work hard on text processing, namely the string class and regular expressions. Regular expressions are built into the language and are very tuned up for use.
almost 2 years ago • Reply