why do people prefix code comments with XXX sometimes
@lily it's basically equivalent to FIXME, for some reason a random BSD developer started using it to mean FIXME in the early '80s: https://www.snellman.net/blog/archive/2017-04-17-xxx-fixme/
@lily I do actually use it myself, usually to mean something that is implemented (so not a TODO) and does function per the requirements of that component (so it's not broken and requiring a FIXME), but just something hacky that should probably be revised even though it technically works
@nytpu
that was very interesting but also very inconclusive!