This feature was taken from Pascal and Ada, and I have always liked it very much! It prevents people from using variables like x
and X
in the same block of code. (Yes, I saw this many times in C/C++ codebase.)
2 Likes