Beware people obsessed with outcomes instead of building outcome machines. Its worse than ever with AI, but these people existed before. Short term results above all else, etc. Don't fall into the trap. Invest in building strong fundamentals, invisible supports, and outcomes flow like water. An outcome machine.
@Nagistakee@vaibcode pmf is only step 1 (heh). 0ver is about acknowledging continuous improvement in the process you ship. all the ceremony around what counts or is worthy of a major version bump leads to everyone doing it differently. 0ver sets you free from that and lets you focus on delivering
using zig has changed my opinion on something i never expected i would; i've come around to preferring unindented cases in switches.
switch (foo) {
.a => {
bar();
},
.b => {
qux();
},
}
in this form converting a block of code to and from using if/switch diffs very clean