58
votes
66answers
4k views
What are some bad programming habits to look out for and avoid?
I'm a new programmer in college and was wondering if there are any bad habits to watch out for early on. Anything that you wish you knew to avoid when starting. Thanks.
9
votes
38answers
2k views
How do you keep your brain sharp for daily programming?
Brain games? A special diet? Exercise? Staying drug free? Sex? Abstinence?
What's your secret?
21
votes
32answers
2k views
How to make programming more comfortable?
I've been programming for about 5 years now and I have just started my first professional development job. One thing I have noticed since I started is that programming can be very …
6
votes
7answers
225 views
Java Habits for main method
I write code primarily for personal use, but I'm considering releasing an application (scientific simulation/visualization) that I originally developed for personal use.
One of my …
1
vote
14answers
600 views
What you do before starting to code/program every day?
What you do before starting to code/program everyday?
Play a flash game?
Surfing?
3
votes
9answers
307 views
What are the best tactics and advice for marathon programming sessions?
As a student, my available time slots for programming range from all night sessions to all weekend events for personal projects, homework, etc. Generally for my coding session to b …
4
votes
11answers
273 views
Programmer’s 5-a-day [closed]
The UK authorities created a "5-a-day" campaign to make us all healthier by eating more fruit and vegetables.
Is there an equivalent list of 5 things that we should do every day t …
-2
votes
6answers
119 views
What meaningless variable names do you use? [closed]
What meaningless variable/symbol names do you use when quickly testing or trying to prove a concept?
For whatever reason, I find that I use
Chinga
Chong
Chrang
a lot.
I can't …
12
votes
12answers
423 views
What strategies do you use to minimise the effects of context-switching in your job?
Working in an environment with both development and support aspects, sometimes it can be very difficult to switch back and forth between tasks - usually on totally different system …
0
votes
4answers
196 views
How do you stay focused when a difficult task deadline is looming?
I've recently become active on SO, mainly because it's a lot more inspiring than the deadline for the big wodge of documentation that no one's ever going to read that is looming ev …
4
votes
14answers
341 views
Do you compile and run code very often or write large code pieces at once?
When you code, do you write a few lines at a time, compile and run, write a little more, compile and run etc.? Or do you usually write large chunks at once without compiling? Has t …
5
votes
12answers
742 views
Healthy Habits for developers?
How do you keep yourself stress free while spending hours and hours on a project ? What do you do to reduce chances of catching back pain/shoulder pain or eye irritations?
What sor …
0
votes
5answers
286 views
Your programming beverage of choice? [closed]
Since I was a college student, I espoused the saying "Mountain Dew: the lifeblood of the programmer!" If the programming project needed completion, I would tell my team, "Lock me …
3
votes
13answers
424 views
What do you do during compile times? [closed]
Closed as an exact duplicate of this question.
When I write C++ code I compile frequently so that I can see that I'm not making a mistake or what errors to fix next.
However, th …
-3
votes
8answers
308 views
How many hours a day are you actually, physically typing code?
Meaning only the time when your fingers are actually pushing keys to write code.
