Skip to content
Steven Christe edited this page Aug 25, 2015 · 2 revisions

Welcome to the foxsi-smex wiki!

IDL Coding Standards

In order to maintain a high quality code base here we describe a set of basic rules for code in this repository

  • All functions are required to have documentation strings in the same file and before the function definition
  • All function must be named with the prefix foxsi_ to prevent namespace collisions.
  • All binary data or data files should be placed in the data folder and should not be in any of the code folder
Clone this wiki locally