|
|
|
|
|
by dogles
4550 days ago
|
|
I disagree with this argument. Modern programming is done with groups of people; you are not only communicating your intent to the machine, you are communicating your intent with fellow engineers. It is in this case that nuance is important. For example, C++ references and pointers are exactly the same as far as the machine cares. But the difference is important for communicating intent to other engineers. This isn't to say that C++ lacks significant flaws, but I don't think nuance and variety of expression is one of them. |
|