Tagged Questions
7
votes
4answers
492 views
Git-friendly spreadsheet format?
We're trying to move our project documentation process from Google Documents to a set of self-hosted Git repositories.
Text documents are Git-friendly enough, since we usually do not need any fancy ...
2
votes
2answers
102 views
Wiki/markup in enterprise as documentation [closed]
Why it is less common to use wiki/markup in enterprise as documentation?
They use Word document instead.
Wiki/markup are in text format, which is version control friendly.
6
votes
9answers
976 views
Setting Up a Development Environment
I am part of an organization that is formalizing their software development processes/capabilities/etc. While the organization is not traditionally a software organization, they want to do this right ...
2
votes
2answers
165 views
Local versioning system especially designed for documents
I have to work on some docs, I need a software that can trace all the modifications that I will make to a specific file or project (group of files): is there something like that?
The important thing ...
8
votes
8answers
371 views
Moving from one man project to team project in the future. What should I be doing now in preparation and what can wait?
To elaborate I am interested in knowing what people think you need to put in place while still a one man project (team source control, documentation, builds etc) and what things don't need to be done ...
8
votes
5answers
751 views
What's the best way to store documentation associated with a code project?
We have a lot of documents associated with our software development. These include things like requirements, design documents, external PDFs, customer files, testing instructions, etc. Currently, ...