-
Inheritance With One Hand Tied Behind Your Back
I’ve recently started learning the programming language Go in order to support my current client. It reminds me a bit of my days writing C code, though it has some interesting features such as goroutines, a lightweight, easy-to-use tasking model. It’s not a full object-oriented language, but it has interfaces which allows it to support…
-
All Code is Readable, But That’s Not the Point
We’ve all heard so many times over the years about the readability of code, that some code is more readable than other code, and maybe some code isn’t readable at all. The fact is, all code is readable if you know the language it’s written in. That isn’t just true for programming languages. Consider this…