Diminishing Returns on Additional Developers
Is there a term to describe the point at which adding more developers to a software project will provide diminishing returns?
What kind of programs/solutions can only be written with OOP or are too hard to achieve without it? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Solutions for Project management [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Releasing Mobile Application under multiple platforms, same time or?
I’ve always had this idea circling around until I am facing this issue.
Forbidding or controlling “Hidden IT…” Who should write and maintain ad-hoc software applications?
Bigger companies usually have the problem, that it is not possible to write all programs employees want (to save time and to optimize processes) due to a lack of staff and money.
Will SRS be sufficient enough for the programmers to do their work, without the additional overhead of FS?
We always make 2 documents the SRS (Software Requirement Specification) and the FS (Functional Specifications) documents for the coders aka programmers.
Finding co-maintainers for open source projects [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Hibernate set up for beginner
I am learning Hibernate (OR Mapping). I am using Maven for project management. However, I am currently reading a Hibernate book by O’Reilly, and they use ANT for their example. So my question is are there any difference between setting up hibernate with ANT and Maven?
Build one to throw away vs Second-system effect
On one hand there is an advice that says “Build one to throw away”. Only after finishing a software system and seeing the end product we realize what went wrong in the design phase and understand how we should have really done it.
When do you typically write a software module yourself vs. buying an existing product?
I’m trying to find out your decision rationale of when to do what. I’m happy to provide more context, but I want to make it general for now.