JoC #8: Keeping your code clean

      Always code as if the guy who ends up maintaining your code will
      be a violent psychopath who knows where you live.
          — John F. Woods

Here it is: The Joy of Code, Episode 8.

This time: housekeeping. No new functionality, but good coding practice. Enjoy.

Download video

Below is a version of the scenario to download as it is so far (at the end of this episode). If you haven’t been coding along with the previous episodes, but want to start here, use this version.

Concepts discusseddefining methods, code quality

Scenario download:  trick-the-turtle-v2.zip

JoC #4: Finally – some code!

    Good things, when short, are twice as good.
        — Gracián 

Yes, finally we’re getting into some coding!

Download the brand-new trick-the-turtle scenario (below), watch today’s episode, and then have a go yourself!

Download video

Concepts discussedmethod call, parameter, method definition

Scenario download: trick-the-turtle-v1.zip    (save and unzip before opening)