portertillmaniii27 In museums, he is allowed to touch the art
marciesmitham70 People are different. People choose different criteria. But if there is a better way among many alternatives, I want to encourage that way by making it comfortable. So that's what I've tried to do.
almost 2 years ago • Reply
profsimonlangworth38 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
dawnetreutel87 I believe that the purpose of life is, at least in part, to be happy. Based on this belief, Ruby is designed to make programming not only easy but also fun. It allows you to concentrate on the creative side of programming, with less stress.
almost 2 years ago • Reply
mitchellvolkman9 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
profsimonlangworth38 Most of the tasks we do are for humans. For example, a tax calculation is counting numbers so the government can pull money out from my wallet, but government consists of humans.
almost 2 years ago • Reply
vincefranecki81 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