codeinabox@programming.dev to Programming@programming.devEnglish · 2 months agoThe Vertical Codebasetkdodo.euexternal-linkmessage-square8fedilinkarrow-up123arrow-down10
arrow-up123arrow-down1external-linkThe Vertical Codebasetkdodo.eucodeinabox@programming.dev to Programming@programming.devEnglish · 2 months agomessage-square8fedilink
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up3·2 months agoTLDR; don’t group files by “what they do in common” but rather the ones that “work with the same thing”. So instead of components, libraries, icons folders, group them like table1, table2, etc
TLDR; don’t group files by “what they do in common” but rather the ones that “work with the same thing”. So instead of
components,libraries,iconsfolders, group them liketable1,table2, etc