Karmic Rule Zero
Minimize external dependencies and try not to use shitty libraries. Karmic Rules for Writing Pretty Good Code
less than 1 minute read
Minimize external dependencies and try not to use shitty libraries. Karmic Rules for Writing Pretty Good Code
9 minute read
In software engineering, what look to be the easy parts often turn out to be the hard parts. If you’re lucky, the reverse is also true, but don’t count on it.
9 minute read
Sometimes, when you’re tangled up in a thorny problem, solving it is exactly the wrong answer.
17 minute read
What a good design artifact looks like, what they’re actually for, and how to use them efficiently to achieve a better outcome for your project.
22 minute read
A frictionless low-level design process that integrates with your dev cycle and puts design artifacts at a peer level with the rest of your codebase.
5 minute read
Logging is an implementation decision that should be deferred as late as possible. Loggable lets you defer it until runtime!
8 minute read
We’re all professionals here, right? And we all know there’s often quite a gap between what gets posted to social media and the reality on the ground.
6 minute read
Watch a complex Javascript configuration object collapse into declarative goodness thanks to type safety, abstraction, and generic design.
less than 1 minute read
generic logic + custom config ≫ custom logic – Karmic Rules for Writing Pretty Good Code
Leave a comment