Curious to hear about the things that helped improve your programming ability.

  • @[email protected]
    link
    fedilink
    21 year ago

    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

    • @[email protected]
      link
      fedilink
      English
      11 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.