nibblebit@programming.devtoProgrammer Humor@programming.dev•The difference between an instance variable and a static variable.English
3·
1 year agoA single race condition is a tragedy. A million race conditions is eventual consistency.
Azure | .NET | Godot | nibble.blog
A single race condition is a tragedy. A million race conditions is eventual consistency.
What I love most about Krazam is that in every video they make, you see the guy move up the usual tech career ladder xD
All you folks are crazy not to unit test personal projects. Unit tests don’t need to be fancy and exhaustive. A sanity check and having a simple way to execute isolated code is well worth the 15 minutes of setting it up. Heck, just use them as scratch files to try out libraries and APIs. I can’t imagine having the kind of time to raw-dog that f12 button and sifting through print() nonsense all night.