Saturday, July 23, 2005

Dont use any "fancy" Java constructs, focus on making the darned thing do something

One thing I noticed myself doing differently during my initial bit of coding... not using any "fancy" Java constructs like interfaces, abstract classes, etc. I'm just focused on making the darned thing do something. I don't want to get caught up in trying to create an elegant design the first time and getting wrapped around the axle. Rather I want to code very quickly and refactor often as I discover the domain's abstractions.

Bill Higgins

No comments:

Post a Comment