Development pointers

Thanks all. Appreciate the pointers.

I have a question about the tests. Which I admit only just discovered about 2hrs ago! Did some reading up on Catch2. I understand the concept but not sure how it fits within a workflow.

Using my example…Do I work on bionics.cpp and use Catch2 to test new code. Or do I create a test for new code in Catch2 first. If it checks out implement it within bionics.cpp.

I’m new to C++. I’ve done coding before but at the level it helps you do your job rather than working on a behemoth of a project with many facets.

Probably an idea to get the environment & tools properly set up first then go from there…