checklist(1/0)
Front end development checklist
In other fields than software development, checklists ensure a series of complex steps are correctly completed. I wonder why that hasn’t caught on in my domain? Anyways, here’s my first attempt at a front-end pull request checklist. Code is descriptively named or commented A few useful logs are added. Unused import statements and console logs are removed. Memory leaks are resolved. Examples include: hanging subscriptions, etc.…