Relative Content

Tag Archive for naming-standards

DTO Interfaces naming convention in PHP

It might be that my question would sound a bit stupid but I would like to find the best way for naming my DTO interfaces. In my PHP application I have following DTO types:

DTO Interfaces naming convention in PHP

It might be that my question would sound a bit stupid but I would like to find the best way for naming my DTO interfaces. In my PHP application I have following DTO types:

Why are “class” variables misspelled? [duplicate]

This question already has answers here: Intentional misspellings to avoid reserved words (12 answers) Closed 10 years ago. I have started to see variable initialisations like that in Java libraries: Class clazz = new Class(); or Class klass = new Class(); Is there a particular reason for people to misspell the word “class” when declaring […]

Why are “class” variables misspelled? [duplicate]

This question already has answers here: Intentional misspellings to avoid reserved words (12 answers) Closed 10 years ago. I have started to see variable initialisations like that in Java libraries: Class clazz = new Class(); or Class klass = new Class(); Is there a particular reason for people to misspell the word “class” when declaring […]