8
votes
Ways to prepare your mind before coding?
First, if you expect to accomplish anything significant make sure you can have the next several hours potentially uninterrupted. There's nothing more destructive to a productive mind frame than get …
0
votes
what is an ideal variable naming convention for loop variables?
For integers I use int index, unless it's nested then I use an Index suffix over what's being iterated like int groupIndex and int userIndex.
…
