hawknetwork / sealnote-plus

Android app for keeping encrypted notes
Other
1 stars 0 forks source link

Remove FIX comment type in favour of FIXME #62

Closed ajburley closed 5 years ago

ajburley commented 5 years ago

A number of TODO-style comment types are used in codebases. We have detected that SealNote Plus contains TODO, FIXME and FIX, all left over from legacy code.

By default, Android Studio only displays TODO and FIXME in the TODO view, and FIX means semantically the same thing as FIXME. Therefore FIX should be removed in favour of FIXME.

ajburley commented 5 years ago

To check that this issue is scoped correctly, I also checked for the existence of the following additional TODO-style comments (but found none):