vsavkin / fpdart

Functional Programming in Dart
Other
47 stars 7 forks source link

Library Documentation #1

Closed codematix closed 10 years ago

codematix commented 10 years ago

Do you have any plans to update the documentation for the various functions and classes you have implemented?

vsavkin commented 10 years ago

I'll try to add some docs next week.

But you don't have to wait for the docs to start using fpdart. The library is less than 200 lines of code, so you can just read to the source code in half an hour. Also, the readme covers most of the implemented functions (not in great detail, but enough to get started).

codematix commented 10 years ago

@vsavkin Thanks for the clarification.