|
|
|
|
|
by TheEzEzz
1507 days ago
|
|
This is an interesting take, I do see the value. If I was trying to prevent this type of aliasing, I'd have the compiler throw an error if there were two aliased variables names (xyz and XYZ for example), rather than merging them automatically. |
|