Selective commits
Oct. 27th, 2023 02:10 amI just realized that when I'm revising my code and committing it, since I can do line-by-line staging (I'm currently using Fork to manage my commits), I could just stage my code while keeping my console.logs behind, instead of removing my console.logs altogether. Then I can stash my console.logs, in case I need to bring them back in after code review requires me to make changes I need to keep an eye on closely...
I've only been working at this for years and years!
I've only been working at this for years and years!