←back to thread

In Defense of C++

(dayvster.com)
185 points todsacerdoti | 1 comments | | HN request time: 0.286s | source
Show context
franky47 ◴[] No.45268116[source]
What’s a good (ie: opinionated) code formatter and unit test framework for C++ these days?

I just had a PR on an old C++ project, and spending 8 years in the web ecosystem have raised the bar around tooling expectations.

Rust is particularly sweet to work with in that regard.

replies(3): >>45268262 #>>45268281 #>>45268294 #
1. IshKebab ◴[] No.45268294[source]
The only formatter is clang-format, and it isn't very good. Better than nothing though.