DEV Community

Discussion on: How do you document code?

Collapse
 
crenshaw_dev profile image
Michael Crenshaw

I document extensively with JSDoc and Visual Studio's default C# document style. But I don't (yet) write anything to an external wiki.

I find it useful to describe classes' and methods' intended role in the larger business context. I think that sometimes carries meaning that the code alone cannot.