Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 457 Bytes

Symata_development.md

File metadata and controls

17 lines (11 loc) · 457 Bytes

Symata development

Functions

  • Functions, except one-liners should have explict returns

Comments in the source code

  • TODO: Items flagged by "TODO:" are desired features or improvements. An opportunity for improved efficiency is an example of such an item.

  • FIXME: Items flagged by "FIXME:" flag bugs or code related to bugs.

  • If you want to give a title to a small section of code, use ### Secname. That is, three sharp/pound signs.