@[email protected] to [email protected] • 1 year agoThe Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)tonsky.memessage-square52fedilinkarrow-up1278arrow-down112cross-posted to: [email protected][email protected][email protected]
arrow-up1266arrow-down1external-linkThe Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)tonsky.me@[email protected] to [email protected] • 1 year agomessage-square52fedilinkcross-posted to: [email protected][email protected][email protected]
minus-square@[email protected]linkfedilink5•1 year agoI’ve recently come to appreciate the “refactor the code while you write it” and “keep possible future changes in mind” ideas more and more. I think it really increases the probability that the system can live on instead of becoming obsolete.
minus-square@[email protected]linkfedilink1•1 year agoYes, but once code becomes too spaghetti such that a “refactor while you write it” becomes too time intensive and error prone, it’s already too late.
I’ve recently come to appreciate the “refactor the code while you write it” and “keep possible future changes in mind” ideas more and more. I think it really increases the probability that the system can live on instead of becoming obsolete.
Yes, but once code becomes too spaghetti such that a “refactor while you write it” becomes too time intensive and error prone, it’s already too late.