forked from theday79/cbctrecon
-
Notifications
You must be signed in to change notification settings - Fork 8
For developers
Andreas Gravgaard Andersen edited this page Apr 25, 2018
·
2 revisions
- Use clang-format: LLVM-style, and prefer C++11/14 over C-style. (ITK 4.X doesn't support C++17, so don't use it)
- Keep the code as expressive/self-explanatory as possible, see FluentC++ for good advise :)
- Otherwise not much restriction.
- You are welcome to create pull-requests here on GitHub with any changes or additions to the code.
- Try to make the "diff" of the commits as simple as possible.
- Be precise and make sure to include all relevant information.