Ask HN: Which open source project's C++ code is pleasure to read?
I am a C++ developer, but I want to learn and improve writing code that is clean and pleasure to read (for others). What open source project written in C++ would you recommend from which I can learn?
5 comments
[ 1.6 ms ] story [ 20.5 ms ] threadhttps://github.com/niklasso/minisat
It is a great example of academic code which is used in research but is also pedagogical. If all C++ was like that I don't think anybody would have a problem with C++!
https://juce.com/discover/stories/coding-standards
https://github.com/WeAreROLI/JUCE
It's a very well curated list containing both older and more recent projects realized in C++, neatly separated into categories.