In the Objects > reserved words guideline, the example code hits upon a pet peeve of mine. I strongly oppose encouraging the use of misspellings to avoid conflicts with reserved words. Namely: klass, clazz, etc. Misspellings in code should NEVER be encouraged.
Instead, use "aClass", "theClass", "className" or any other clear, correctly spelled alternative.
Can we update the code example to use one of these alternatives?
In the Objects > reserved words guideline, the example code hits upon a pet peeve of mine. I strongly oppose encouraging the use of misspellings to avoid conflicts with reserved words. Namely: klass, clazz, etc. Misspellings in code should NEVER be encouraged.
Instead, use "aClass", "theClass", "className" or any other clear, correctly spelled alternative.
Can we update the code example to use one of these alternatives?