NICTA / stateline

Distributed Markov Chain Monte Carlo
Other
29 stars 11 forks source link

Code cleanup #69

Open darrnshn opened 8 years ago

darrnshn commented 8 years ago

At CppCon 2015, the C++ standards committee open sourced a guideline for writing good modern C++. I think it would be a good idea for stateline to follow it.

As a result, some code cleanup may be required. From the top of my head, these are some of the places where stateline doesn't conform to the guidelines

This is not really a high priority thing, but we should at least conform to the guidelines when we're writing new code and try to make old code conform if we happen to modify it.