25
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
297 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 …
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 …
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 …
2
votes
3answers
170 views
Scrum: Technical items in a backlog that is managed by a non technical PO?
Should technical items such as "Upgrade sever from v1 to v2" or "Increase startup performance" or "Refactor login module to reduce code complexity" go in to the product backlog and if so how should a …
7
votes
8answers
445 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 …
2
votes
4answers
93 views
eyetracking package for usability research?
Here's an interesting writeup of using eye tracking software to generate "heat maps" that show where on the screen users spend the majority of their time.
Any leads as to good packages for doing …
5
votes
5answers
227 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?
…
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 …
0
votes
4answers
81 views
Dev & Business Teams - How have you successfully bridged the gap?
I'd hope some healthy discussion will come out of this more so than a specific solution so I'll Community Wiki it as it is a fairly subjective topic. Appreciate if it can be left open as a helpful …
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 …
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 …
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 …
5
votes
6answers
231 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 …
