emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
165 stars 11 forks source link

Documentation #7

Closed StefanoBerlato closed 4 years ago

StefanoBerlato commented 4 years ago

I know you are not a fan of thorough documentation, but what if we start writing at least few lines at the beginning of a class/function to explain to each other what is that class/function for?

emavgl commented 4 years ago

Approved. I will spend some time for it

emavgl commented 4 years ago

I've added classes doc strings, and some method strings: https://github.com/emavgl/piggybank-flutter/commit/2d45677f2cb7effdeb4896d00a40c3c98ec841c8

Docs for your classes are missing. I think you can close this issues, we can commit to add more doc strings in the future to classes and methods.