A development process is a set of practices, roles and artifacts performed/created during development.
1
vote
1answer
59 views
SVN workflow for large website [closed]
I have recently been doing a bit of research into SVN and source control for our large website as currently the company do not have any measures in place.
I need help planning an effective workflow ...
0
votes
0answers
11 views
Can packaging code as a library to reduce the error domain of a project
Is the concept of packaging code as (static or dynamic) libraries done to reduce the error domain of code or is it generally just done to protect code.
Im trying to motivate why to select a static ...
1
vote
1answer
110 views
JSP / HTML UI Design
We have some JSP code to run in our pages.
There is a UI designer who will constantly update the UI but does not have Tomcat server. We prefer he doesn't because he isn't a programmer.
However, it ...
0
votes
1answer
48 views
Need to develop a database program for a Mac [closed]
I am a web developer with a client that needs a simple bid/estimate program for his Mac. He has a roofing company and wants the app to get an image from google maps of the location as a before and ...
5
votes
1answer
68 views
How can we improve our use of SVN?
I started in a new job almost two years ago now and the SVN repository process was already existing. That process came to be what it is because there was never much thought put into the best ...
-2
votes
1answer
28 views
Development tooling in a corporate environment [closed]
I'm a developer working for a large multinational corporation whose primary function is not technology but still employs a large number of developers. I'm interested to know other peoples experiences ...
1
vote
1answer
47 views
What is a good site to use for scheduling 20+ developers and 10 projects? (resource planning) [closed]
I have around 20 developers and 10 or so active projects. Then I get asked if my team can take on more work, and who is going to free up when. Currently we are using a spreadsheet to keep track :(
...
1
vote
2answers
255 views
Capacity planning when using Kanban-base/Lean development
We are currently using Scrum to help develop a set of software libraries in C++ and C#. The nature of the domain is such that we need to be pretty reactive to changing requirements - so much so that ...
7
votes
2answers
2k views
logrotate configuration file development and testing
I have two questions related to developing configuration files for the logrotate tool on Linux systems.
When I make a change to a file in /etc/logrotate.d, do I need to
somehow notify logrotate so ...
1
vote
4answers
85 views
Refactor during a feature implementation with mercurial
I need advice on my development process with mercurial when working on legacy code.
When I'm developing a new feature for a legacy project, I often need to refactor a part of the existing code during ...
2
votes
1answer
135 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
votes
1answer
72 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 ...
4
votes
2answers
124 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 ...
0
votes
1answer
466 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 ...
3
votes
4answers
305 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 ...
2
votes
2answers
2k 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 ...
2
votes
3answers
92 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
5answers
258 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 ...
2
votes
1answer
224 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 ...
1
vote
8answers
673 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 ...
8
votes
5answers
367 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 ...
0
votes
1answer
444 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
140 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 ...
4
votes
7answers
647 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
6answers
196 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
2k 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
...
10
votes
6answers
376 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 ...
17
votes
6answers
438 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 ...
16
votes
6answers
3k 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 ...
5
votes
3answers
895 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 ...
9
votes
3answers
2k 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 ...
34
votes
23answers
2k views
“it works-don't touch it” and continues engineering [closed]
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 ...
30
votes
37answers
5k views
What should the penalty/response for missing a deadline be? [closed]
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
313 views
eyetracking package for usability research? [closed]
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 ...
28
votes
11answers
6k 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 ...
5
votes
5answers
472 views
What is your opinion about UML? [duplicate]
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
95 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 ...
1
vote
2answers
139 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
792 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
197 views
What are the development processes like where you work? [closed]
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 ...
4
votes
5answers
988 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 ...
19
votes
21answers
3k 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 ...
5
votes
8answers
897 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 ...
6
votes
9answers
230 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.
...
3
votes
2answers
349 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. ...
4
votes
8answers
2k 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 ...
7
votes
16answers
1k views
When to review code? Before or after checkin to MAIN? [closed]
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 ...
3
votes
9answers
544 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 ...
9
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
393 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 ...