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 con …
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 …
14
votes
9answers
284 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 n …
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 schedu …
2
votes
3answers
137 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 …
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 scream …
7
votes
8answers
423 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 lik …
2
votes
4answers
88 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 pac …
5
votes
5answers
211 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 exper …
4
votes
11answers
308 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 a …
0
votes
4answers
79 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 o …
0
votes
5answers
51 views
Fast development, or stable results, which is more important for public web site/services?
This is really just me soliciting a number of opinions and as a relative newbie to this site, I hope I was correct in marking this post as a community Wiki. If I was mistaken, can …
4
votes
8answers
255 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 …
5
votes
16answers
711 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 i …
7
votes
7answers
287 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 feature …
