SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
51 stars 15 forks source link

Discussion: Update Coding Guidelines #962

Open reneSchm opened 4 months ago

reneSchm commented 4 months ago

Provide a description of requested documentation changes.

We need to discuss and update some guidelines. For example, they still claim that we use C++14, when we've been on C++17 for a while now. Also, it is unclear how to do include guards, as they are used inconsistently even within directories. Some files adhere to the guidelines, others use MIO_<filename> or MIO_<dir/namespace>_<filename>.