git-mob
git-mob copied to clipboard
Extract code from bin directory into src directory
Summary
Some of the files in the bin directory are quite large. It would be good to simplify these by putting some functions into the src directory.
Motivation
It makes the code tidier. And hopefully it'll make the application quicker.