TheBenderman / Senior-Design-ALS-Social-Media

4 stars 0 forks source link

Interpreter use static list. #17

Closed KLD closed 7 years ago

KLD commented 7 years ago

Currently, ClickRefresh Interpreter uses Timeline which is an unconstrained list that goes on expanding for ever. Since we only care about limited states, replace timeline with a RoundQueue* (Looping Queue?)

Another way to so implement such change in Timeline, but it's better not to invest in that class.