Processing math: 100%
1
Introduction The take home QE test: Write a unit test, using Catch2 (a single-header C++ test framework) for std::vector<> . IMO this is a bad problem As we will see, this is a significant project in scale The Catch2 docs use vector<> in their examples, badly vector<> is very well specified, most APIs are not Writing good tests requires some knowledge of the implementation vector<> has been very well vetted, so it is extremely unlikely the candidate will find a bug I've been surprised by the results