Section Manager Flow Chart
January 23rd, 2008
Last night I was trying to figure out the logic for a Section Managing class I am creating for a new site. The class is really simple but there were some steps and testing I needed wrap my head around so I fired up an old friend of mine omnigraffle and started mapping out how I wanted things to work.
camelCase vs under_scores
January 21st, 2008
One of my pet peeves is code you can’t read or understand by quickly glancing over it. Since the roots of ActionScript come from a language where everything was written in camel case that doesn’t make it right. I have long favored underscoring my variable names and methods and here is why.
FDT Variable Templates
January 19th, 2008
Looks like I am really lazy today, so here are 4 more templates for creating public, private, and static variables.
FDT Get/Set Template
January 19th, 2008
I am working on a new class and was getting tired of typing out getters and setters in FDT 3 so I created 2 new templates to help me out.
