Any light reading on good programming practices?

0 favourites
  • 3 posts
From the Asset Store
Immerse your quiz games with our 6 unique music loops, ranging from acoustic chill guitar to cute and upbeat style.
  • A blogpost, book, essay etc of really nice, broad heuristics, simple habits that exponential improve programming productivity?

    I've read zero things like that, was wondering if anyone knows a nice resource, something that C3 level programming would benefit from. Not machine code programmers level.

    Thanks !

  • This might be a bit more practical than your looking for, but it's one of the less dry programming books I've read

    http://gameprogrammingpatterns.com/

    You can buy a copy as a physical/electronic book or use the free web version. It's loosely based on a ( very dry ) book called "Design Patterns: Elements of Reusable Object-Oriented Software". Each chapter covers a common pattern that can be applied to game programming. While it includes example code it is also very well described, often with nice hand drawn diagrams. So you can pretty much ignore the code if your not versed in Java and just focus on the ideas.

    After reading the chapter on interpreters I was able to create a simple programming language and runtime just based on the books explanation ( not copying code from the book ). This spun off into 2 years of side projects on programming language theory. So it was somewhat of a revelatory book for me.

    You may not discover anything particularly relevant to actually writing games using construct in the book, but I'm sure it will help your understanding of how things generally fit together ( or how they should ). The whole idea behind the original "Design Patterns" book was that pretty much every programming solution can be broken down into a small set of patterns, so once you learn the patterns and how to apply them you can solve most issues.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Nepeo, thanks. Will give it a look.

    I keep having a very strong feeling that I do about a billion things wrong and would love to skip a few steps for creating constructive habits.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)