frc6995 / NOMAD-Base-2020

1 stars 2 forks source link

TASK - Convert constants files to interfaces #37

Closed shueja closed 3 years ago

shueja commented 3 years ago

Description Currently the constants files are abstract classes with default values. These defaults are only used in test cases. The rework proposes to convert the constants files to interfaces, moving the default implementation to the test namespace. Other implementations will be done in dependent projects.

EliSauder commented 3 years ago

@shueja-personal Is this closed?