Chaostreff-Potsdam / erika3004

18 stars 5 forks source link

Cleanup: curses-based rendering for MicrostepBasedErikaMock #60

Closed ArchibaldBienetre closed 4 years ago

ArchibaldBienetre commented 4 years ago

CharacterBasedErikaMock is working well + smooth, way better than the old implementation that dumped the whole internal array to the commandline.

MicrostepBasedErikaMock still uses this old implementation, and should also be refactored. It is used as part of run_manual_tests.sh and spams the output quite a bit.

In addition, this is a good opportunity to get rid of redundancy among AbstractErikaMock, MicrostepBasedErikaMock, CharacterBasedErikaMock.

SHOULD be done after #52 is merged, or based on the feature/deletebranch to avoid merge issues / future rework

Scope