karldouglas36 He once tried to acquire a cold just to see what it felt like, but it didn’t take
profsimonlangworth38 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
johnsmith88 The orthogonal features, when combined, can explode into complexity.
almost 2 years ago • Reply
johnsmith88 Actually, I didn't make the claim that Ruby follows the principle of least surprise. Someone felt the design of Ruby follows that philosophy, so they started saying that. I didn't bring that up, actually.
almost 2 years ago • Reply
leocronin59 Actually, I didn't make the claim that Ruby follows the principle of least surprise. Someone felt the design of Ruby follows that philosophy, so they started saying that. I didn't bring that up, actually.
almost 2 years ago • Reply
profsimonlangworth38 Plant a memory, plant a tree, do it today for tomorrow.
almost 2 years ago • Reply
dongklein22 I didn't work hard to make Ruby perfect for everyone, because you feel differently from me. No language can be perfect for everyone. I tried to make Ruby perfect for me, but maybe it's not perfect for you. The perfect language for Guido van Rossum is probably Python.
almost 2 years ago • Reply
chucksawaynret86 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
dongklein22 Everyone has an individual background. Someone may come from Python, someone else may come from Perl, and they may be surprised by different aspects of the language. Then they come up to me and say, 'I was surprised by this feature of the language, so therefore Ruby violates the principle of least surprise.' Wait. Wait. The principle of least surprise is not for you only.
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