Closed akielaries closed 9 months ago
Step thru each module and verify implemented methods work via unit tests. After verification focus on the methods/code blocks that are reused (for example I need to create some vector operations on top of the existing matrix operations we have so far) and clean those bits up. Next, focus on the static analysis reports that are screaming errors about unused vars, functions, unsafe comparisons, etc.
There's a ton of work to be done so focus on the basics for now:
Immediate work:
This is being separated into different issues
Aim to write unit tests for every method we have created so far
Cleanup: Use codacy reports and the cppcheck reports for cleanup on duplicate code. probably want to do some function renaming