Meta Topics

  • Code must compile without any warning messages. Pragmas to avoid reporting necessary warnings are preferred over compiler flags that suppress a given warning.

  • Libraries must not form circular dependencies on other libraries. An explicit, non-redundant linking order should be determinable.