Ask HN: What is a good system for program specs?
1–10 of 11 posts
Re: Ask HN: What is a good system for program specs?
#2Re: Ask HN: What is a good system for program specs?
#3Re: Ask HN: What is a good system for program specs?
#4Just by reading your list of requirements.. Google Docs?
Re: Ask HN: What is a good system for program specs?
#5Re: Ask HN: What is a good system for program specs?
#6I would suggest to look at Tuleap Trackers[1]. The tracking system is flexible enough to allow you to define your own layout for requirements and define a set of elements to help you categorize them.
I'm from the development team and we are using it for our very own requirement tracker (in an Agile way but that's not mandatory to follow an agile methodology to use it). You can have a look at some of your requirements / user stories:
* https://tuleap.net/plugins/tracker/?aid=7923 you can see how to structure the text and at the bottom the discussion and the modifications done by each user. * https://tuleap.net/plugins/tracker/?aid=8262 same with another topic.
Re: Ask HN: What is a good system for program specs?
#7Just by reading your list of requirements.. Google Docs?
Requirement #2 was "open source"
Re: Ask HN: What is a good system for program specs?
#8The most important character of "an issue" or "a requirement" it is that it is a unit of work that can be "done", "in progress", or "not done". Throughout the life of the project, there are going to be negotiations between people about what exactly is done and how requirements will change, and those kind of systems are designed for that and capture not only the changes but also some of the semantics.
Some issue tracker may have (6) AND (7) built in. Otherwise you may need to make some reports.
Re: Ask HN: What is a good system for program specs?
#9Used Wikimedia for all of our tech docs, design docs, etc. Super easy to look up all of the product changes coming down from the business and the reasons for them years later.