blue_slonopotam - dart [entries|archive|friends|userinfo]
blue_slonopotam

[ userinfo | ljr userinfo ]
[ archive | journal archive ]

dart [Mar. 10th, 2012|03:06 pm]
Previous Entry Add to Memories Tell A Friend Next Entry
The optional type annotations allow to actually have type information in the code where it's useful for documentation purposes; no more hunting for documentation that explains that an argument must implement a certain list of methods in order to be considered an acceptable duck.
...
Generating, say, int specific code just because the developer specified it is wrong if the actual objects at runtime are really Strings.
...

Should it read then as "no more hunting for lousy documentation, you can get as much disinformation as possible right from the code" ?

http://www.infoq.com/articles/google-dart
LinkLeave a comment