Adventures in PHP: Object Cloning

Adventures in PHP: Object Cloning

Recently I have been experimenting with PHP. PHP is a very interesting language, to say the least. It feels a lot more like html to me than it does a traditional back end language like Ruby or Python. One of the problems that I...

Read More



The Pragmatic Programmer: Chapter 2, Part 1- The Evils of Duplication

DRY- Don’t Repeat Yourself

Those three words essentially sum up this section of the book. This is something that I know is extremely important, but I often find myself not paying enough attention to for various reasons. Repeating yourself can cause many problems in programming. Although I am not...

Read More



The Pragmatic Programmer: Chapter 1- A Pragmatic Philosophy

I have recently begun reading the book The Pragmatic Programmer by Andrew Hunt and David Thomas. It is an absolutely fantastic book. I have already learned quite a bit. Perhaps the best part of the book though, is the fact that it does not focus on any particular programming language....

Read More