Where should a programmer explain the extended logic behind the code?
- by SRKX
I have developed a few quantitative libraries in C# where it is important to understand not only the classic information that goes with the XMLDoc comments (which contains basic information with the method signature) but also the mathematical formulas being use within the methods.
Hence I would like to be able to include extended documentation…