15
votes
9answers
294 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 …
2
votes
3answers
167 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 …
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 …
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 …
7
votes
8answers
443 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 …
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?
…
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 open as a helpful …
0
votes
5answers
52 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 someone please …
1
vote
2answers
82 views
Revenue System based on Versioning/Trac/Ticket Statistics
Lately I had the idea that a badge system system like stackoverflow's could be applied to trac (or whatever system) to stimulate your developers handle tickets, bugs and so on.
The naive approach …
2
votes
4answers
356 views
ASP.NET content/functionality versus design/layout/styling
When developing a web application using ASP.NET, do you have any hints about how to separate the development of content/functionality from the design, so that the two can be developed separately and …
0
votes
2answers
129 views
What are the development processes like where you work?
Where I work we have this really simple system for working on code. We have our live application servers and a development staging server which exactly duplicates the live environment. Every …
3
votes
5answers
326 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 …
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 …
4
votes
8answers
264 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 …
