AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Having a Decision Log
I tend to write a lot of comments in my code. I do it because like I tend to write out how I'm thinking about the problem in my comments. And then my code doesn't always, if it doesn't match what I'm actually commenting,. Then it's easy to kind of see that disconnect versus coming back and seeinglike a bunch of variable names and pluses or whatever. So it's almost like a little like mini, like a bad unit test, I guess, within my code. Just write down what you're thinking. And I'll probably be better.