codeinabox@programming.dev to Programming@programming.devEnglish · 2 months agoIf you thought the speed of writing code was your problem - you have bigger problemsdebuggingleadership.comexternal-linkmessage-square15fedilinkarrow-up1123arrow-down13file-text
arrow-up1120arrow-down1external-linkIf you thought the speed of writing code was your problem - you have bigger problemsdebuggingleadership.comcodeinabox@programming.dev to Programming@programming.devEnglish · 2 months agomessage-square15fedilinkfile-text
minus-squarecuriousaur@reddthat.comlinkfedilinkarrow-up9arrow-down3·2 months agoAll code is written quickly these days, and not by humans. The patterns to guard against bugs also help speed development, and are the same we already learned. Strong typing and test driven development.
All code is written quickly these days, and not by humans. The patterns to guard against bugs also help speed development, and are the same we already learned.
Strong typing and test driven development.