30
votes
26answers
2k views
How to reduce time spent in meetings as a developer?
What is the single best tactic a developer can use to avoid spending time in meetings?
I'm mainly thinking of the seemingly-pointless meetings that (project) managers often schedule, that can be a …
24
votes
23answers
1k views
“it works-don’t touch it” and continues engineering
Sometimes I work with bad smelling code. Yes, there's bad code out there :) I'm not talking about design problem but about much more simple things like:
messy indentation
non consistent use of empty …
22
votes
38answers
2k views
What should the penalty/response for missing a deadline be?
Being relatively new to the software industry I have come across a question of deadline enforcement:
Back in the idyllic age of academia, the deadline was the end of the semester and the penalty was …
15
votes
9answers
296 views
What kind of software development process should a lone developer have?
I work as a lone developer in a very small company. My work is quite chaotic and I'm looking for ways to make it more organized.
One problem is that my projects have practically no management. Rarely …
15
votes
21answers
1k views
How do you bring a failing project back on track?
You must have heard the archetypical story of a failing/failed project:
A team of inexperienced programmers work 24x7
Bugs are fixed only to introduce new bugs
Customer is screaming that he could …
7
votes
8answers
444 views
Does anyone else get worn out using Scrum, finishing sprint after sprint?
I'm with a pretty small startup and we started using a form of a Scrum/Agile development cycle.
In many ways I enjoy Scrum. We have relatively short sprints (2 weeks) and I like the Burndown Chart …
7
votes
7answers
297 views
When should you release a hobby project publicly?
In regards to hobby projects, at what point do you consider it to be mature enough to release the first version to the general public? Do you wait until you have all of the features implemented, or do …
6
votes
6answers
236 views
How do I decide which features to implement?
I am considering resurrecting an old hobby project of mine, but since my time is limited I am having trouble deciding how to proceed. I already have an extensive backlog of bugs and feature requests …
5
votes
5answers
226 views
What is your opinion about UML? [closed]
Possible Duplicate:
Is UML practical?
I heard many opinions about UML.
Some people says that it is useless. Some people says that it is very helpful.
What was your experience on using UML?
…
5
votes
9answers
190 views
Is there any reason why you all want to be notify whenever someone commit some codes?
I know there are things like doing manual check to make sure the codes committed is fundamentally correct. But beside that? Reason i asking is because a big project there are so many commits everyday.
…
5
votes
16answers
727 views
When to review code? Before or after checkin to MAIN?
Hi there,
Browsing stackoverflow, I noticed a number of posts stating that some developers advocate code review before checkin to MAIN. However, can this really be enforced? And if so, surely it …
5
votes
6answers
230 views
How do you enforce or maintain the quality of the bug reports in your bug tracker?
High-quality bug reports are essential for effective bug tracking - in an ideal world all bug reports would contain essential information such as which version of the software it affects and a …
4
votes
8answers
265 views
When to use a build tool?
A beginner question, bear with me: I'm just wondering under what circumstances one should use a build tool like nant or msbuild? I'm working on a medium sized application (.net 3.0), every developer …
4
votes
11answers
312 views
What single development processes can you not live without?
I was recently brought into a company to help them define their overall software development processes. The company's team members were enthusiastic and very open to any practice as long as it would …
3
votes
5answers
328 views
Are code freezes still relevant when using a continuous integration build setup?
I've used a Continuous Integration server in the past with great success, and hadn't had the need to ever perform a code freeze on the source control system.
However, lately it seems that everywhere …
