Documenting Code - Patterns and Anti-Patterns

30 minutes

Any

English 

How do we document code?

A good solution is to create self-explanatory code; this somewhat eliminates the need to document the code. We still need some very basic documentation. Code comments are one form of documentation, that is often misused.

This talk is about self-explanatory code, the documentation we need and code comment patterns and anti-patterns. 

[ Talk ]