6

Im new to code anybody got any tips?

Comments
  • 9
    Learn patience.
  • 9
    Read the documentation.
  • 9
    Don't copy and paste the code just to make it work. Understand how it works.
  • 1
    Watch a YouTube tutorial on some kind of project your interested in
  • 2
    code
  • 6
    Logic.
    Data structures.
    Patience.

    The computer will do everything you tell it to do, even if it's stupid, horribly inefficient, or won't work at all. Start small, and have fun building silly little things. Try new ideas, build anything and everything. And read other people's code! Itll take awhile to get good, so don't get disheartened if you don't pick things up right away. As with anything, it takes 10,000+ hours to become a master, so take your time.
  • 4
    If you want to take it seriously, remember to never stop learning.
  • 1
  • 0
    Learn NES assembly first
  • 2
    Code, code, code something big, be smashed by your ideas, understand why your code isn't so good as you thought it was. Understand solutions from other people and why they can or cannot be better than yours.

    Rinse and repeat.
  • 0
    Don't let a day pass without learning something new about code
  • 0
    Google is you friend
  • 0
    @M1sf3t Embrace the duck!
  • 0
    As @saucyatom brought it up, if you didn’t know, this is the start of the duck mythos: https://hwrnmnbsol.livejournal.com/...
  • 1
    @bkwilliams I actually meant ddg, as opposed to Google. But yea, that as well. (thanks for the link)
Add Comment