The End of Debugging 7 months agoI think i will have to disagree.When you are not making a simple website, but an actually enterprise system, AI just simply can't do that without making any bugs or start to hallucinate. 0ThreadHN
Who has enjoyed using PR code reviewers? What worked and what didn’t? 7 months agoI am using dependabot, grouped dependencies once a week.We started by having it doing PR for every single dependencies update every day, but that was a little too much noiseBut i depends on how big your team is 0ThreadHN
JSDoc is TypeScript 7 months agoI am always using JSDocs whenever i am writing a function - i think this is a good practice for every developer - even if it's a simple function. 0ThreadHN