datatogether / sql_datastore

Experimental Golang implementation of the ipfs datastore interface for sql databases.
GNU Affero General Public License v3.0
4 stars 1 forks source link

Generate github issues from TODOs in code #3

Open dcwalk opened 7 years ago

dcwalk commented 7 years ago

From convo in #2 and @b5:

All TODO's need to be addressed at some point, if it's "urgent" I tend to address it then & there. My main reasoning for using TODO is to manage technical debt by pointing out areas that need work. By that logic all TODO's represent potential issues, all roughly in the realm of code quality. TODO's who's comments include phrases like "awful mess" or "remove this ugliness" are of a higher priority. See also my comment on datatogether/archive#16

dcwalk commented 7 years ago

See also https://github.com/datatogether/archive/issues/18