For a moment I thought you said “unable to glow”. And I was like- I’m not sure they’ll be able to avoid it.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: August 22nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
You know that thing you do, where you write some code and then realize you need a main function to execute it? And then you write your main function, but it’s not really your main function, it’s a bunch of half commented test code to make sure that the important code works?
Do that in a unit test, and when you’re done testing that particular piece, add some assertions and move on to the next piece of functionality. Boom, test driven development.