Feeling masochistic? Want a tactical way to learn how to make frequent & smaller changes to your code base with confidence? Kent Beck of XP fame has a technique he’s tried called test && commit || revert. It’s nuts and horrible. I have to try it.
(more…)Blog
-
Link: When To Refactor
Mark Seemann on “When To Refactor“
“… moving in small steps is a skill that must be explicitly learned. This may seem obvious once posited, but it may also be helpful to explicitly state it.”
(more…) -
Jesse Warden Interview on Coder Conversations Podcast
-
Trunk Based CICD Depending on Feature Branches
One hard thing about trunk based development is when you depend on teams that utilize feature branching and are ok with big bang releases instead of Continuous Delivery.
If every commit goes to main and then production, you can’t “hold off” releasing for 2 weeks or a month.
(more…)