Don’t write code for computers
When trying to keep code simple, you may find yourself torn as to what is more simple, less code or more verbose code?
When trying to keep code simple, you may find yourself torn as to what is more simple, less code or more verbose code?
I decided to pick up the book Atomic Habits because I read about Marginal Gains.
Being the person responsible for dealing with issues as they come in (aka on-call) is probably one of the most disliked aspects of the job, with feedback ran...
Are you bold enough?
Sometimes called “1, 2, refactor”, the “rule of three” is code refactoring rule of thumb to decide when a replicated piece of code should be replaced by a ne...