TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

Project structure #15

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

Structure the repo, source code, and (unit and integration) tests into an industry standard structure (similarly to CS207)

johannes-kk commented 4 years ago

https://medium.com/heuristics/c-application-development-part-1-project-structure-454b00f9eddc

https://hiltmon.com/blog/2013/07/03/a-simple-c-plus-plus-project-structure/

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1204r0.html

I've followed the third link thus far.