Refactor code base, after review of slips of bad practices
Ensure RAII is followed, along with modern C++ rule of 0. Use C++20+ if possible, and delegate all resource management to the standard libarary. Catch and fix any memory leaks, if any, before 0.4.x. Ensure naming convention is standard across this project and the larger ALG project.
Make sure all functions of this application work as intended, on all editions of the ALG project. This includes:
Ultimately, keep the application's foot print in all regards small and light.
Refactor code base, after review of slips of bad practices
Ensure RAII is followed, along with modern C++ rule of 0. Use C++20+ if possible, and delegate all resource management to the standard libarary. Catch and fix any memory leaks, if any, before 0.4.x. Ensure naming convention is standard across this project and the larger ALG project.
Make sure all functions of this application work as intended, on all editions of the ALG project. This includes:
Ultimately, keep the application's foot print in all regards small and light.