Comment by Birkenstab on "3 things you hate about your favorite programming language?" | HashnodeDart
- No optional parameter in function type definition:
typedef void Handler( int required, [ int optional ] );
is not possible
- Small community
- Inconsistent behavior of integers between Dart VM and dart2js