Y
Hacker News
new
|
ask
|
show
|
jobs
by
LukaszB
4747 days ago
How about the situation when the documentation has to be prepared before any of implementation or coding starts (initial requirements, qc etc.) ?
2 comments
dustinrcollins
4747 days ago
I think it's fine to document these things in Sphinx as well. Creating a docs repo and writing .rst files to cover these requirements can be useful, and then you can move them as needed as your project progresses.
link
swah
4747 days ago
I'm using Latex for exactly that, but it sucks so much I considered building a product/business to solve the problem.
link
LukaszB
4747 days ago
I guess you still have to use SC to be able to pickup changes by others right?
link
swah
4747 days ago
Sorry, what is SC?
link
LukaszB
4744 days ago
code Source Control...
link