KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

Refactor and clean up c++ program #35

Open jsunthon opened 4 years ago

jsunthon commented 4 years ago

The first and current draft of the C++ data acquisition program needs to be refactored. Make use of best practices (e.g. good method names, splitting up large pieces of code into smaller methods, storing methods inside relevant classes, ect.)