Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

107
votes
102answers
7k views

What are some bad programming habits to look out for and avoid? [closed]

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.
45
votes
50answers
14k views

What real life good habits has programming given you? [closed]

Following this question, what real life good habits has programming given you?
29
votes
32answers
3k views

How can I make programming more comfortable? [closed]

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 uncomfortable, ...
15
votes
13answers
685 views

How do you get back in the zone after losing it? [closed]

I usually take hours to get into the zone. But I kept getting knocked out of the zone (usually by coworkers asking for help) and switching between programming tasks is tiring. How do you get back ...
12
votes
10answers
379 views

How to Encourage More Frequent Commits to SVN

A group of developers that I am working with switched from VSS to SVN about half a year ago. The transition from CheckOut-CheckIn to Update-Commit has been hard on a number of users. Now that they are ...
12
votes
11answers
608 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 systems. I personally ...
7
votes
12answers
985 views

Healthy Habits for developers? [closed]

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 sort of measures do you ...
6
votes
7answers
404 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 habits is to use a ...
5
votes
9answers
522 views

Do you have any favorite ergonomic exercise or habit? [closed]

I've read somewhere that ergonomic problems accounts for 70% of injury... And i don't want to be one of those guys who think, ahh it's just a slight sore, and go on and discover that i have CTS and ...
4
votes
9answers
253 views

Procedures before checking in to source control?

I am starting to get a reputation at work as the "guy who breaks the builds". The problem is not that I am writing dodgy code, but when it comes to checking my fixes back into source control, it all ...
4
votes
12answers
959 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, that practice is ...
3
votes
7answers
173 views

How to find the right balance between “quick & dirty” and “nice & general” code? [closed]

This is not a direct programming question, but a little help from the programming community would be appreciated. I am suffering from an overgeneralization disease. I can't stop spending valuable ...
3
votes
14answers
561 views

Do you compile and run code very often or write large code pieces at once? [closed]

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 this work style ...
0
votes
3answers
125 views

What's programmer's first reaction if SQA shoots a bug/issue with short description? [closed]

What's your first reaction when SQA shoots a bug/issue to you with short description? Do you have any rules for SQA's report at your company? Got any test case document or testing procedure ?
0
votes
4answers
309 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 ever larger in my ...
-2
votes
1answer
74 views

Onshore work methods V Offshore Supplier work methods - how to strike a balance? [closed]

Any advice on the best way to strike a balance between the work methods of an offshore supplier and the work methods of a new onshore team? We have an offshore supplier with about 2 years who have ...