As discussed in ev3dev/ev3dev#937, it would be helpful for many reasons to split each class or area into its own file.
The primary difficulty here is that we want to wait until all outstanding work is merged so that we don't accidentally lose anything. Naturally, git will treat all of these changes as deletions and creations rather than a clean delta.
As discussed in ev3dev/ev3dev#937, it would be helpful for many reasons to split each class or area into its own file.
The primary difficulty here is that we want to wait until all outstanding work is merged so that we don't accidentally lose anything. Naturally, git will treat all of these changes as deletions and creations rather than a clean delta.