GRIP
GRIP copied to clipboard
MainWindowController needs refactoring
trafficstars
- Code generation should get moved out to its own class
- Ditto for deploy (until it gets removed entirely)
There might be more stuff that ends up needing to get moved around as well.
Single responsibility principle. Good call.
If you could try to write tests for the individual components as you split it apart that would be awesome.