Tom Cruise programmer’s GIF thread:
1/ when you complete your first “Hello World” program
1/ when you complete your first “Hello World” program
2/ when you store app secrets with your source code then realize you should use environment variables or a key vault
3/ load testing
4/ writing unit tests for your application to ensure that it’s working as intended
5/ running to the bathroom for a quick break while running all your unit tests
6/ when all your unit tests are still passing after some big refactoring code changes
7/ when you run your unit tests again, and some of them are failing even though you didn’t touch the code
8/ when you get dropped into some fragile legacy code, but don’t really want to touch anything
9/ when you’ve been sitting all day and need to get up, but you still have more code to write
10/ when your PR is approved
11/ Assert.True(true);