Spring Cleaning!
authorblues opened this issue ยท 0 comments
The following tasks need to be completed before AutoReferee 3.0:
- Rearrange classes to preserve field/method ordering (currently garbage)
- Add Nonnull/Nullable contracts to all API methods, possibly internally as well
- Finish Javadocs for all public-facing classes
- Minimize the number of exit points for each method. Use if's rather than arbitrary returns.