Documentation is a file or set of files that come with a program which detail the programs operation.

learn more… | top users | synonyms (1)

157
votes
49answers
13k views

What is self-documenting code and can it replace well documented code? [closed]

I have a colleague who insists that his code doesn't need comments, it's "self documenting." I've reviewed his code, and while it's clearer than code which I've seen others produce, I still disagree ...
105
votes
10answers
48k views

Where can I download the jQuery API documentation?

Since I pound API docs pretty hard when I'm coding, I like to have them on my local disk. jQuery.com lists a lot of sources for browsing the API documentation online, but I haven't found anywhere I ...
105
votes
16answers
25k views

Good introduction to the .NET Reactive Framework [closed]

Aside from the Microsoft documentation, is there a good introduction and tutorial to the Microsoft Reactive (Rx) framework? Also, what is a good example (with code) that Reactive makes easier of a ...
104
votes
10answers
3k views

Why are the built in functions in PHP named so randomly? [closed]

It seems that there is no real pattern to the way functions are named, str_replace, strrpos, strip_tags, stripslashes are just some. Why is this the case? EDIT - this wasn't meant as a "troll" type ...
102
votes
18answers
32k views

Best Tips for documenting code using doxygen? [closed]

My team is starting to document our C code using doxygen, paying particular attention to our public API headers. There appears to be a lot of flexibility and different special commands in doxygen, ...
96
votes
15answers
12k views

Creating Great API Documentation: Tools and Techniques [closed]

I'm tasked with creating a web service that will be used by several different developers using different platforms, working for different companies, and having greatly varying skill levels. As such, ...
75
votes
8answers
28k views

Python documentation generator

I'm looking for a documentation generator for python. I'm familiar with javadoc, and I tried Doxygen, but it seems quite unfit and counter-intuitive for Python. Any ideas? Adam EDIT Apart from the ...
75
votes
11answers
52k views

Examples of Requirement Documents

I was wondering if anyone could provide me some information on what they put in a requirements document, how do you structure it? I'm the lead for the first time ever and I want to make sure I provide ...
72
votes
6answers
104k views

How do I write a Technical Specification document for my software project?

I've seen a few questions around here saying that there's no need to write a beefy Technical Specification if the Functional Specification has all of the functionality. What about situations where the ...
72
votes
11answers
14k views

Suggestions for a good commit message: format/guideline?

I'm at the beginning of a new project, and I'm trying to set up the repository in a smart fashion and establish some code style guidelines for everyone to be able to concentrate on code. Most of it ...
70
votes
10answers
39k views

Generating Documentation from C# XML Comments [closed]

I've recently started a new project and I'm using C# for the first time. I've found that while Visual Studio is helpful in creating C#'s XML comments to document your classes and methods, there's not ...
69
votes
26answers
16k views

Is a successor for TeX/LaTeX in sight?

TeX/LaTeX is great, I use it in many ways. Some of its advantages are: it uses text files, this way the input-files can be diffed and many tools exist to work with text it is very flexible it has a ...
67
votes
1answer
1k views

Documenting Scala 2.10 macros

I'll start with an example. Here's an equivalent of List.fill for tuples as a macro in Scala 2.10: import scala.language.experimental.macros import scala.reflect.macros.Context object TupleExample { ...
66
votes
8answers
15k views

How to document thrown exceptions in c#/.net

I am currently writing a small framework that will be used internally by other developers within the company. I want to provide good Intellisense information, but I am not sure how to document thrown ...
66
votes
5answers
21k views

What is the standard Python docstring format?

I have seen a few different styles of writing docstrings in Python, is there an official or "agreed-upon" style?
65
votes
8answers
14k views

Technical tips for writing great Javadoc [closed]

What are your technical tips for writing great Javadoc? I'm looking for things beyond the standard "Explain the function well" content-based tips. We all know that! (right?) I'm interested in ...
65
votes
6answers
46k views

WebDriver (Selenium 2) API documentation

I can't locate an official class/method/properties type API reference for WebDriver anywhere, only the 5 minute guide and 'Next Step' pages located at seleniumhq, plus a few other haphazard ...
62
votes
9answers
21k views

How do you document your source code in Xcode?

I'm a Mac developer with a very strong Java background. I've documented my sources using Javadoc, a lot. What's the way to go with Cocoa and Xcode? Are there any documentation tools supplied ...
61
votes
6answers
17k views

How to write a good README

I guess everyone has seen a README file, but I would like the definitive guide on how to write an excellent README file with the least amount of energy spent on it. What's a README file? What should ...
59
votes
8answers
21k views

What's the difference between window.location and document.location in JavaScript?

Should both of them reference to same object?
59
votes
6answers
12k views

Compare and contrast the lightweight markup languages (Textile, Markdown, and reStructuredText) [closed]

Please identify the most popular lightweight markup languages and compare their strengths and weaknesses. These languages should be general-purpose markup for technical prose, such as for ...
57
votes
12answers
35k views

Best hosted wiki solution for private wikis? [closed]

I previously asked about how people organize their online resources and researched data, where one of the suggested tools was using a private wiki. I want to try this out and thus I am looking for a ...
54
votes
4answers
5k views

How can I create annotated source code like underscore.js?

I absolutely love the annotated source code that accompanies the underscore.js library: http://documentcloud.github.com/underscore/docs/underscore.html How did they do that? Is there a script ...
53
votes
5answers
22k views

pinterest api documentation

Is there official or unofficial documentation on the v2 Pinterest API? Things I know: JSON api is in version 2. https://api.pinterest.com/v2 gives you a json response People are programming ...
53
votes
5answers
5k views

Good alternatives to Sandcastle to generate MSDN-style documentation [closed]

I've been using Sandcastle for 2 years to generate the documentation for an open-source library. But now I'm looking for an alternative, because: Even when using Sandcastle Help File Builder, ...
50
votes
16answers
2k views

Hired as a developer to maintain and update current code base, no docs!

This is my first job after graduating: I was hired with literally one day overlap from the last remaining developer's last day and my first day. I was given a very very quick rundown of basic ...
50
votes
3answers
23k views

Learning Express for Node.js

Anyone have pointers to good resources for learning Express? I'm aware of the documentation and the nodetuts.com videos. Curious if there are any other good resources out there.
48
votes
7answers
15k views

Suggest a good Doxygen stylesheet

I am using Doxygen to generate HTML documentation from my code. However I find that default stylesheet has quite poor choice of fonts and layout. I know I can write my own CSS file to get exactly the ...
46
votes
21answers
3k views

Taking over a project - What should I ask the previous programmer?

I'm taking over a development of a commercial web site. This site was developed over two years by another programmer. It's mostly a one-man job (maintain and expand the site). I'll have a 2-3 days ...
44
votes
13answers
4k views

Are there some good and modern alternatives to Javadoc?

Let's face it: You don't need to be a designer to see that default Javadoc looks ugly. There are some resources on the web which offer re-styled Javadoc. But the default behaviour represents the ...
43
votes
4answers
1k views

Why does .NET 4.0 sort this array differently than .NET 3.5?

This stackoverflow question raised an interesting question about sorting double arrays with NaN values. The OP posted the following code: static void Main(string[] args) { double[] someArray = { ...
43
votes
2answers
1k views

Parentheses altering semantics of function call result

It was noted in another question that wrapping the result of a PHP function call in parentheses can somehow convert the result into a fully-fledged expression, such that the following works: <?php ...
41
votes
7answers
5k views

Writing Maintainable Event-Driven Code

I have just recently started playing with event-driven architectures, coming from a pretty standard object-oriented mindset. The first thing I noticed was that the difficulty in understanding and ...
39
votes
8answers
6k views

Ways to synchronize interface and implementation comments in C#

Are there automatic ways to sync comments between an interface and its implementation? I'm currently documenting them both and wouldn't like to manually keep them in sync. UPDATE: Consider this ...
37
votes
9answers
26k views

Android offline documentation and sample codes [closed]

Sorry for being impatient, but I can't find the offline docs for android. Can someone provide a link ? Thanks in advance :)
37
votes
8answers
9k views

Doxygen alternative for C++

While doxygen seems to be good at indexing a large C++ project, I have some major gripes with it. The generated output is ugly and poorly organized. Just finding a function in doxygen websites is ...
37
votes
1answer
10k views

What do setUseWideViewPort() and setLoadWithOverviewMode() precisely do?

I am disappointed at the lack of documentation of WebView and related stuff. (unless you think the following is propert documetation) public void setLoadWithOverviewMode (boolean overview) ...
37
votes
2answers
8k views

Where's the official JSP tutorial

I now have to remember how to create custom tag libraries, and since I'm using servlet 3.0 I decided to see the official JavaEE6 tutorial. Much to my surprise there is nothing about JSP in the JavaEE6 ...
37
votes
4answers
980 views

Can we shed some definitive light on how python packaging and import works?

I had my fair chance of getting through the python management of modules, and every time is a challenge: packaging is not what people do every day, and it becomes a burden to learn, and a burden to ...
36
votes
4answers
12k views

Documentation-generator for Objective-C?

Is there a generally-accepted documentation generator for Objective-C (similar to RDoc for Ruby)? I've seen Doxygen and ObjcDoc, and am wondering which is most widely used.
35
votes
14answers
3k views

Where is the best online Javascript language documentation?

When I do a search, the results are a bit hit-and-miss; many of the 'documentation' sites seem more advertising than information. What are the good sources of Javascript language info on the web?
35
votes
2answers
9k views

How do the Mogenerator parameters work, which can I send via Xcode?

The help for Mogenerator is very minimal. What do all the parameters do?
35
votes
5answers
9k views

Mono Cecil documentation and tutorials?

I am new to Mono Cecil! Any comprehensive documentations and tutorials on Mono Cecil? I have seen these articles and video below, so don't give me these links again: ...
34
votes
6answers
37k views

iOS Private API Documentation

Is there a web site or project documenting private APIs for the iPhone SDK?
34
votes
3answers
12k views

Doxygen vs Javadoc

I just realized from an article in CACM that Doxygen works with Java (and several other languages) too. But Java has already the Javadoc tool. Can someone explain what are the pros and cons of either ...
34
votes
4answers
713 views

Is there a reference of default keyboard behaviours for Silverlight 4 controls?

In the official Microsoft documentation there's only one paragraph mentioning how controls behave to keyboard (at least what I could find): ...
33
votes
20answers
2k views

How “self-documenting” can code be without being annoying?

I am not sure what the best practices are here, but I often see abbreviated variable names especially when the scope is small. So (to use simple Ruby examples) instead of def add_location(name, ...
33
votes
3answers
10k views

Javascript reference for offline browsing

I am going offline for a few days, and would like to bring the javascript documentation with me on my laptop :) Does anyone know of a place where I can get downloadable reference documentation for ...
33
votes
9answers
8k views

What tools are available for documenting JavaScript?

I have some JavaScript to document and am not sure which tool is best to use - ideally I would like to publish the docs online but also have an offline browsable version. I know there are more tools ...
33
votes
4answers
9k views

RESTful API Documentation [closed]

I'm going to design a RESTful API soon, thus I need to describe it in order to enable other people to start implementing clients using it. I've looked around a bit, but unfortunately, I've not found ...

1 2 3 4 5 81