bot.dart
bot.dart copied to clipboard
A collection of (mostly) general libraries to make working with Dart more productive.
Feel free to suggest changes to the package structure if you'd like. These additions are modeled off of Guava and Apache Commons methods.
Generally, `require` clauses deal with programming errors
Folks might have 'callback' options defined that change state, so it's bad to use 'parse' as a shortcut
emphasize tests search for TODOs via git grep
I think about to implement line, ellipse, triangle, rect, polygon classes. Also the Size class needs to be rewritten as it only works for rects. Btw. why is the rect...