This repository represents a journey back to fundamentals. After a year working in web development (JavaScript full-stack) where I primarily used basic control flow (if conditions, for loops) and ...
cpp-test-generator/ ├── input-code/ # Source C++ files to be tested │ └── add.cpp ├── include/ # Header files │ └── add.h ├── tests/ # GoogleTest unit tests │ └── test_add.cpp ├── yaml-instructions/ # ...