Developer guide
Style guide
- Use
#!
for comments that are informative- This helps find code lines commented out in development.
- Using the regexp
^(\s+)?# .+\n
seems to work well for finding commented out code lines.
#!
for comments that are informative^(\s+)?# .+\n
seems to work well for finding commented out code lines.Settings
This document was generated with Documenter.jl version 1.11.4 on Tuesday 27 May 2025. Using Julia version 1.11.5.