KillerSites Blog

3 Yuugly Powerful Programming Hacks

February 19, 2018

Someone asked me, if I had to pick the most important things you can do to improve your programming, what would it be?

  1. Have a consistent self describing naming convention. This saves you yuuge time because you will make less mistakes and be able to code more quickly.
  2. Keep your code fine-grained. This means you write functions and methods that do only 1 thing … Not five. This will keep your code easy to understand, to debug and expand.
  3. The first thing to do when starting a new project, is to see what others have done. Perhaps there will be libraries to leverage, perhaps even entire open-source software you can use as a starting point. This is yuuge!

Check out the video for details:

Learn Python 3 fast: http://www.killervideostore.com/python/
Learn web development: https://shop.killervideostore.com/

My Instagram: https://www.instagram.com/stefanmischook/?hl=en

Thanks!

Stefan