1
vote
4answers
85 views
How do you organize your Software Development Infrastructure?
We are working on improving our Software Development environment in a bid to produce quality software. My question is how should our infrastructure be set up such that we have,
Source Control - for …
2
votes
3answers
54 views
Kanban as a Software Development Process in Practice
Has anyone used the kanban method for software development management?
I am evaluating kanban as a technique and would be curious to hear from anyone who has actually applied it in practice as to how …
1
vote
1answer
18 views
Equivalence Class Testing vs. Boundary Value Testing
I understand how equivalence testing works. How is it the same or different from boundary value testing?
1
vote
2answers
40 views
Drawing UML state diagrams
When drawing state diagrams, how do you know which states get put in boxes and which states are for the transition arrows? I noticed that transitions are states too.
I'm looking at figure 1 on this …
1
vote
4answers
26 views
Association of n to 1 objects in a UML class diagram
Is it safe to say that in a UML class diagram, if there is an association of n to 1 objects, then the association arrow is pointing from the class associated with n objects to the class associated …
1
vote
3answers
43 views
What is black box testing and white box testing
I'm trying to understand one in terms of how it compares to the other.
Is white box testing where you can see the code and black box testing where you don't look at the code?
-1
votes
0answers
63 views
How many hours do you work? [closed]
We(engineers), in Turkey, because conditions are not that good for software development, we need to work more than 11 hours per day. I wonder the conditions in other countries, such as work-hours, …
1
vote
2answers
141 views
Has Agile methodology produced any complex products (not projects) that have shipped for more than 3 years? [closed]
Can you point to any one product from a serious product development firm (Microsoft, Oracle, Veritas, etc), that has been shipped for more than 3 years and was built from the ground up using a pure …
2
votes
5answers
211 views
#ifdef - hell on earth? [closed]
What I've noticed from my professional embedded C career is that most programmers loves to sprinkle the code with #ifdef.
In my opinion #ifdef-hell creates code which is impossible to maintain, …
1
vote
11answers
255 views
Is there a place for well thought out, creative, clean, and tidy code in commercial software development?
Let me set the scene.
The Scene
We're a web development company, and so we work within a highly distributed environment. DB Servers, Services, Web Services, Front-end, Back-end, etc etc. I'm not …
1
vote
6answers
65 views
Process, Tools, Management Techniques Required For Re-engineering A Java Software Project
I am part of a new team attempting to develop a new Java software system out of a legacy code base (also written in Java) that's rotten to the core. For company political reasons we can't ditch the …
2
votes
8answers
70 views
Communicating task lists with another programmer on a hobby project
I am going to be starting a hobby project with a friend, but we'll need some (free) way to organize and store tasks, bugs, etc. What tool do you recommend to do this? can something stored through an …
9
votes
9answers
246 views
Software development crash course
Hey guys, I need a urgent crash course on software development. We are about to start a major project at work. The project is a huge web application and I have been chosen to lead the team. The …
2
votes
6answers
116 views
How crucial is Model View Controller pattern for software?
Hi all,
I just attended an enterprise architecture session at my firm. The architect (astronaut) made a strong statement within the first 10 minutes.
"If your software does not use the Model View …
3
votes
7answers
203 views
Is agile development for the lone developer? [closed]
Possible Duplicate:
Can Agile/Scrum be used by 1 or 2 developers?
I am the only developer in a small company and would like to know if agile practices would help or are they more for teams of …
