-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Improve naming, for example
checker.isFalse
andchecker.isTrue
is not ok, bettercheck
- Refactor duplicate blocks like https://github.com/Dimdim28/-queue-bot/blob/e589b87795a60b4115d6408ef91eb5c4946283fe/onCommand.js#L532-L535
- Try to invent DSL, js-subset or data-structure for your domain because this js code in not expressive enough
- Do not use unreadable regular expressions for such simple cases
- Need linters and tests
Metadata
Metadata
Assignees
Labels
No labels