Comment on What was the strangest coding standard rule that you were forced to follow?parentComments−ygra13yIsn't it usually clazz?But such things are quite annoying for automatic code generators, though, as they have to make sure that they won't ever emit an identifier that clashes with a keyword. The ability to just prepend @ in C# is quite helpful in that regard.
Comments
Isn't it usually clazz?
But such things are quite annoying for automatic code generators, though, as they have to make sure that they won't ever emit an identifier that clashes with a keyword. The ability to just prepend @ in C# is quite helpful in that regard.