A few weeks ago I was asked what I thought was a very easy question, why do I use object oriented programming (OOP)? My immediate answer was "to keep my code clean and easy to update". But I realized that I was just repeating what I have been heard in my programming classes and various other programming contacts, I had not really thought through the use of OOP myself.
Why do I use Object Oriented Programming
Published on February 3, 2010 by Ben Mills Read full entry...
Actionscript Thoughts
Published on December 3, 2009 by Ben Mills Read full entry...
Working with a lot of Actionscript projects lately I've been thinking how to improve my AS3 development setup so that I can not using Flash.app or Flex and stick with what I know, TextMate and Terminal. I also talk about the problems I'm having trying to integrating test driven development into my professional projects. Finally I review a 'design pattern' that I've been using a lot in my most recent AS3 project.
Practical Beautiful Code
Published on November 8, 2009 by Ben Mills Read full entry...
For my birthday this year my wonderful girlfriend gave me the book Beautiful Code. It is a collection of extremely well written and efficient snippets of code that are analyzed by the developer who wrote them or were involved with them. The goal of the book is for the reader to understand how and why each master coder solved the problem they are faced with. So far I’ve absolutely loved the book even though a good part of the actual code goes over my head.
App Development, Ideas
Published on October 21, 2009 by Ben Mills Read full entry...
Some ideas and thoughts about trying to build my own apps and why I seem to come up with ideas. Specifically for time tracking / billing and studding.
