Friday, January 15, 2010

One More BizzJUMP Principle

I forgot one other important principle I will be following in BizzJUMP development: Simplicity!

I will be striving for simplicity and clarity whenever possible. This means I won't be chaining method calls, using inner or anonymous classes, or other various things that can make Java source code hard for newbies to understand. I'll be implementing things as simply as I can.

The Sunburned Surveyor