maedoc / libtvb

TVB C library
6 stars 8 forks source link

Document C99 idioms #138

Open maedoc opened 8 years ago

maedoc commented 8 years ago

C style can be opinionated and beyond compiler warnings, we have some patterns that it would be good to standardize and document.

As an example, nearly all objects' data struct embed an interface struct for the interfaces they implement.