Friday, April 19, 2024 19:35

Posts Tagged ‘variable naming conventions’

Choosing significant variable names

Monday, December 26th, 2016

First of all, this is not a mandatory topic. You can name your variables whatever you like. However, you will soon come to understand that choosing significant variable names is a very good programming practice.

If you ask me, the term “generally accepted programming naming convention” is practically a joke.… Read more


Follow the white rabbit