17:32 | <snek> | does anyone know any tools to catch inconsistent sort functions in codebases? like some sort of linting |
17:33 | <snek> | my top idea right now is if development, override Array.prototype.sort with a custom function that checks and yells at you |