Lessons From Debugging - Debugging is absolutely crucial to any code writing. A lot of the items on Matt Rickard's list rang true to me. One thing that I have found useful is to add flags that turn major features on/off so you can quickly rule out big sections of code. Be able to run the code with a mininal set of data so you don't get completely overwhelmed with logs, and a way to only print debug logs for specific files. Log verbosity levels can be useful too. matt-rickard.com #
2023/10/04 #
-
-
usebruno/bruno - Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia) - Ability to save routes and settings to an external file which you can then version in Github. github.com #