Throwaway to [email protected] • 1 year agoWhat things really helped you toget better at programming?message-square107fedilinkarrow-up1120
arrow-up1120message-squareWhat things really helped you toget better at programming?Throwaway to [email protected] • 1 year agomessage-square107fedilink
minus-square@[email protected]linkfedilink2•1 year agoWell generally speaking, read up on solid principles. Learn how to organize your code, write code that balances efficiency and manageability. Read from good sources, and most importantly do. You’ll learn nothing until you put in the work
minus-square@[email protected]linkfedilinkEnglish1•1 year ago Well generally speaking, read up on solid principles. Learn how to organize your code, write code that balances efficiency and manageability. To me, that reads as “learn software design patterns”, specially the balancing part.
Well generally speaking, read up on solid principles. Learn how to organize your code, write code that balances efficiency and manageability. Read from good sources, and most importantly do. You’ll learn nothing until you put in the work
To me, that reads as “learn software design patterns”, specially the balancing part.