Nov. 24, 2015
6:51 p.m.
I was looking at the LoadingMorph BTW: it would be good that QA does not refer to Komitter. And package it as a separate project. QA should not dependent on Komitter because we can remove Komitter. And it makes no sense! And it uses a state pattern, which is ok but there is not needed to create a new state all time. SmallCogInitialState >> nextState ^ SmallCogState2 new nextState ^ SmallCogState3 new We can have a state pattern without creating garbage all the time. Now I wonder who is using this LoadingMorph? Stef