33
votes
59answers
3k views
When NOT to comment code
What are your "favourite" overuses / misconceptions about commenting the code? Why do you sometimes think commenting is a pain? What arguments would you use to convince others that less is more at …
5
votes
15answers
392 views
What is the #1 best example of Technical Documentation that you have ever seen? What was it that made it so effective for you?
I am of the opinion that the quality of the documentation of a language (programming language, API, Harware/Technical specification etc) has a direct correlation with the long-term popularity of that …
3
votes
4answers
31 views
Widely accepted methods for documenting PHP source code in an auto-doc way?
I'm new to PHP, and my current job requires me to pick up the language at an extremely quick pace.
I'm a documentation stickler. I even like to write documentation. I'm familiar with accepted …
1
vote
1answer
22 views
MATLAB help content for an abstract method
In ordinary class methods I can supply content for the "help" command in MATLAB. However, when writing an abstract method, the help function does not see the abstract methods. For example, if you have …
4
votes
6answers
421 views
Is there a Delphi code documentor that supports current Delphi syntax?
I am looking for a code documentation tool like PasDoc that supports the Delphi 2007 syntax, in particular nested types.
I checked PasDoc and DelphiDoc but they do not support it.
I don't like the …
2
votes
9answers
159 views
What name should I give my function? And who can I ask next time?
Background:
There are a few threads on SO about how to choose names for variables and functions. It dawned up on me that there might be a use for a site where you could go and ask random people what …
2
votes
3answers
74 views
Where to put system documentation?
Where would you put documentation for a team web project?
Our system is based on ASP.NET/C#, but I guess this problem is applicable to many other solutions/languages.
Currently, we have the …
9
votes
10answers
157 views
Keeping Your Developers Up On Internal Practices
How do you guys manage keeping your dev resources in tuned with the latest patterns for an application. Example, somewhere on how to handle exception handling, dependency injection, model binding …
3
votes
10answers
591 views
Is LaTeX used outside of academia and if not what is ? [closed]
Duplicate
Is LaTeX used outside mathematics and academia?
Is LaTeX used outside of academia and if not, what is used ?
So far I've seen LaTeX only used commonly by mathematicians, but not so …
2
votes
8answers
84 views
Most intuitive, readable API / language reference documentation
I'm working on the dreaded last stage of a project: documenting the API for a semi-technical audience.
I'm wondering: what API docs have you found to be particularly elegant?
Note that this has …
2
votes
2answers
48 views
Most important documentation in the Iphone Dev Center
What is, according to you, the most important topic (chapter) covered by the iPhone Developer Documentation?
Do you know another topic that is very important to you, yet rarely read by other …
1
vote
9answers
237 views
How do you use Visio in your shop and apply it to development projects?
I'm trying to justify a MS Visio license.
Immediately I can think of a few ways that I would use it in my shop, and apply it to my development projects:
ER Diagrams
UML Diagrams
Project Management …
0
votes
0answers
6 views
Documenting Java resource files
I have a multi-module Maven project with resource files (java properties files and spring xml config files, etc.) all over the place. I'd like to create some system documentation to help new …
0
votes
3answers
50 views
Professional tools for creating Software design documents and Software reports
What tools are used in the Sofware industry when creating reports and documentation?
I have heard that some companies use NetBeans or Eclipse to create reports, what plug-ins are being used in these …
1
vote
3answers
76 views
Documenting a REST service
I would like to thoroughly document an API service (with at least HTML). This service follows resource-oriented RESTful best practices. Are there any tools that can assist in compiling and and …
