agathazeren / cuneiforbits

𒆩𒀩𒂷𒂷𒂷𒀖
1 stars 1 forks source link

Refactor `Sat` #10

Open agathazeren opened 4 years ago

agathazeren commented 4 years ago

There are a couple problems with the current implementation

enum Sat {
    CubeSat(CubeSat),
    LargeSat(LargeSat),
    ArraySat(ArraySat),
    Station(Station),
}
agathazeren commented 4 years ago

I really am feeling the clunkiness of the current implementation. Refactoring this will definitely make our lives easier.