algooproject / Algo-Project

0 stars 1 forks source link

Decouple our algo from platform specific elements #34

Open miltonko opened 3 years ago

miltonko commented 3 years ago

Restructure to divide our project into two parts: Our strategy and an interfacing module. Later on, when we migrate our project to a new platform, we do not need to modify the code of our strategy but only the interfacing module for the new platform.