a concise and intelligible report from Brian Smith to NASA including:
Document your code properly. Inline documentation will
help you later, and will help the next engineer if a
personnel change is made in the middle of the Project.
Write the purpose of each procedure or function.
If you are using any tricks to achieve the design, use inline
comments to explain why and how.
...
Chase down all warnings and errors reported by simulator.
Understand why they are there.
Document any decision to ignore them
...
Review all logs from vendor tools for errors, warnings,
and notes.
Clear the error/warning conditions and re-run until clean, or
document
why you are ignoring them
https://nepp.nasa.gov/mapld_2008/presentations/i/02%20-%20Smith_Brian_mapld08_pres_2.pdfanyone care to add similar?
Comments