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

  • @[email protected]
    link
    fedilink
    English
    32 years ago

    lots of tutorials in different languages, a base project that you start to rewrite over and over forever whenever you aren’t motivated to do something else. write scripts to start new projects with a readme, git, a logger, and a unit test or two. You should be able to run a command to have a new working project ready to test any new library or idea. don’t be afraid to write code and not use it. writing is the point itself.