Tagged Questions
The development-process tag has no wiki summary.
30
votes
23answers
2k 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 ...
28
votes
38answers
3k 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 ...
21
votes
11answers
2k views
Does anyone else get worn out using Scrum, finishing sprint after sprint? [closed]
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 ...
18
votes
9answers
691 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 ...
17
votes
6answers
393 views
Scrum. Dealing with low prioritized stories that will introduce architecture change
today in the university we had a Scrum practicing exercise (simulating the whole process of creating a software solution) and I came up with an issue that couldn't quite understand.
Let's say we've ...
17
votes
21answers
2k 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 ...
15
votes
5answers
2k views
How do you implement requirements traceability in practice?
I am currently examining the benefits and costs of introducing requirements traceability into the development process where I work. I can see the potential benefits to the stakeholders of ...
11
votes
9answers
423 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 ...
9
votes
6answers
301 views
Staying Agile in a waterfall
We have a large enterprise application where projects are scoped designed and finally coded using a formalized waterfall process. I am often given code changes for non related initiatives just ...
8
votes
16answers
1k views
When to review code? Before or after checkin to MAIN?
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 reduces the ...
7
votes
5answers
325 views
Losing a programmer, what steps to take?
One of the programmers on our team is leaving for greener pastures. We will be going from 6 to 5. What steps should we take to ensure our development process continues to run smoothly, potentially ...
7
votes
4answers
3k views
Scrum Process Management - tips, pitfalls, ideas
I've been doing scrum with a team for a while, but things seem messy for whatever reasons. I've been thinking on how they can be changed and have a couple of questions that would like to raise here.
...
7
votes
6answers
361 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 ...
6
votes
6answers
279 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
2answers
390 views
Managing different developer's connection strings under LINQ to SQL
With my source in Subversion, I am having issues when 2 different computers have different connection strings.
The LINQ to SQL designer seems to only like having the same connection string.
Is it ...
5
votes
5answers
386 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
8answers
602 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
9answers
215 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.
...
4
votes
3answers
795 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 ...
4
votes
5answers
712 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 ...
4
votes
8answers
1k views
Responsibility without Authority is Meaningless - a technical-based solution?
My dad always says "Responsibility without Authority is meaningless".
However, I find that as developers, we get stuck in situations all the time where we are:
Responsible for ensuring the software ...
3
votes
2answers
93 views
Are there any accepted “best” or canonical books on SCM for developers?
I'm looking for any books considered best practice, canon, etc. on source code management (SCM) practices for developers. Something that gives guidance on how and when to branch, how and when to ...
3
votes
4answers
178 views
Development methodologies for immature teams
While studying a software methodologies, I often see disclaimers along the lines of "This methodology requires a mature development team."
Which development methodologies are specifically geared ...
3
votes
7answers
309 views
UML Diagrams. When are they used?
So ok I understand that UML diagrams help for the construction of a program, but when are they used? Are they needed before you start coding? do you need them so you know what you have to code? Or do ...
3
votes
4answers
250 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 ...
3
votes
9answers
487 views
What development documentation do you find useful
I find that for most software projects, documentation is often oriented towards the process of development the software, rather than supporting and maintaining it. This is particularly true when using ...
2
votes
3answers
83 views
What is a good way to do a light unit-testing in an Rails web application?
I am on a tight timeline with minimum resources for a project.
I would like to practice test driven development for this project, but realistically, i would not have time to learn any of the more ...
2
votes
1answer
120 views
Your Django Development process/steps (Step by Step)
I want to know step by step process of how folks develop on Django here. I have seen that whenever I try to create a website in Django, I always get confused amongst:
DB Schema/models.py
UI/Template ...
2
votes
6answers
138 views
How to promote shared code-ownership in teams with fast turnover?
Im involved with an academic software project in which 2 half-time PhD students manage 4-8 students. Turnover in this project is high, because students join for their 10 weeks Bachelors thesis or six ...
2
votes
4answers
496 views
Looking for an Application Lifecycle Management tool
I'm looking for an Application Lifecycle Management tool for a team with about 15 employees. It should provide the following features:
General
Multi-user network system
dashboard for each user
...
2
votes
4answers
658 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 ...
2
votes
2answers
188 views
How do you handle TDD in the continuous integration?
Imagine you are implementing the user story containing various new features and adding complexity to the code base. The existing code is quite well covered and you have just decided upon interfaces. ...
1
vote
1answer
43 views
How to formalize a proper strategy for choosing logging levels?
Selecting logging levels for messages has always bugged me.
Although I do try to make sensible decisions there isn't any true standard I conform to.
Are there any standards?
What strategy do you ...
1
vote
2answers
324 views
Spring MVC development process - best practices
What is the right development process of Spring MVC / portlet-MVC application using JSPs as a view layer, when we don't take service/DAO layer in account - it is usually done already.
I mean, if I'm ...
1
vote
5answers
214 views
When does a bug become a feature request?
When does a non-critical bug become a feature or should a bug always remain as a bug?
For example. Should there be a statute of limitations in place.
For example, if you have a defined statute of ...
1
vote
7answers
386 views
Using a Kanban board per developer
I have been trying to get our software department to adopt some kind development process methodolgy. We only have 9 developers, and about as many projects. Currently, we can only be described as ...
1
vote
2answers
123 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 ...
0
votes
1answer
212 views
Front to back-end development process
How do you handle your development process from the front-end to the back-end? Front-end first or back-end?
Also, if you are the back-end developer do you write ANY javascript for things like AJAX ...
0
votes
1answer
320 views
MFS Agile Process Template Work Items
Where can I find a practical example on how to use Bug, Risk, Scenario, Task and Quality of Service Requirement work items?
On MSDN documentation I found this topic: ...
0
votes
1answer
74 views
Do you allow check-ins associated with work items from another Team Project?
Team Foundation Server 2008 allows that every check-in is associated with a work item, but what do you do if you are developing some features which span several Team Projects?
For example, you're ...
0
votes
4answers
90 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
87 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 ...
0
votes
2answers
177 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 ...
-1
votes
1answer
54 views
Choosing a Development Process [closed]
I am a student in the terminal and I have to present a project graduation. I made a RESTful web service and an iphone application which uses the web service . I finished the development and now I must ...