StateKit
StateKit copied to clipboard
StateKit is a framework for iOS and OSX, to capture, document and manage state in order to keep your app's code sane.
StateKit makes use of what it calls a 'state chart'. I presume this not the same as 'statechart', as in the following website/paper? https://statecharts.github.io/ http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/resources/statecharts.pdf It might be useful to...
So when updating `Specta` and `OCMockito` errors start showing up in the test suite. Looking at the test list, I'm not sure if those tests were always there?? ## Before...