Issues
- 0
- 0
- 0
Operation flags should always be ALL CAPS
#38 opened by t-b - 0
Always handle the default case in switch statements
#37 opened by t-b - 0
Correct evaluation of xop error codes
#32 opened by MichaelHuth - 0
- 0
No code outside of functions
#35 opened by Garados007 - 0
Comma placement in function signatures
#34 opened by Garados007 - 0
Separate all operation arguments by commas
#33 opened by Garados007 - 3
Discuss global variables
#29 opened by t-b - 1
- 0
Include https://github.com/AllenInstitute/MIES/blob/main/Packages/doc/developers.rst#preventing-debugger-popup
#20 opened by t-b - 0
- 1
Think about mandating wave types `Make`
#17 opened by t-b - 0
Prefer named entities over unnamed ones
#12 opened by t-b - 0
- 0
Use separate files when machine generated code (window recreation macros) are large
#14 opened by t-b - 0
Adapt wording for break in switch
#21 opened by t-b - 0
- 0
Use doxygens @retval for documenting MRS functions
#18 opened by t-b - 0
Convert to sphinx with pandoc
#3 opened by t-b - 0
For most cases a function returning a wave should prefer a null wave ref over an empty wave
#26 opened by t-b - 1
Use correct bit vs. logical operation
#16 opened by t-b - 0
- 0
Be aware of the different initial values for return values when using multiple return value syntax
#8 opened by t-b - 0
Always break in case statements, use comment like // fallthrough-by-design if not done on purpose
#10 opened by t-b - 0
- 0
Set pass by reference parameters to a save default in error case, use strucuture init functions if required
#4 opened by t-b - 0
Don't mix $ with other expressions
#2 opened by t-b - 0
Prefer generic functions over 1D ones
#5 opened by t-b - 1
- 1
Function definition
#9 opened by ukos-git