Skip to content
Andreas Gravgaard Andersen edited this page Apr 25, 2018 · 2 revisions

Coding style

  • 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.

Pull-requests

  • 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.

Issues

  • Be precise and make sure to include all relevant information.

Clone this wiki locally