![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#41 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 376
Rep Power: 0
![]() |
I type out the names as I go... it is good practice this way because if you are doing a complicated algorithm using crappy non-descriptive var names, you won’t understand it 5 mins after you finish it. I also really hate it when people put the var type at the beginning of the name, you should be able to tell what type it is by the code. I also hate it when people have underscores in the var names, it makes it harder to read cause they look like spaces.
__________________
I am Addicted to Linux! |
|
|
|
|
|
#42 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
usually nowadays i use semi-desciptive var names, replace them later with REALLY descriptive var names, and use crappy a, b, c, x, y, z, names for objects that may or may not be replaced.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|