Tag Archives: development

Android Development Quick-start

I’m trying to pick up a bit of Android development experience. Here’s some tips for getting started from scratch.   I have a lot to learn…

Posted in java | Tagged , , , | Leave a comment

The Definition of Good Software

In my mind, the definition of well-made software is this:   The absolute minimum required to get the job done. There’s a little agile in there, relating to software design minimalism.   That’s not what I’m getting at.   Whether … Continue reading

Posted in Technical | Tagged , , | 1 Comment

The Clumsy Pattern: Software Development

I haven’t formulated exactly what I’m going to say, but I wanted to start a series on the Clumsy pattern in software development.   Don’t get excited, I’m neither adopting patterns as a beloved thing (that sentence needs its own … Continue reading

Posted in The Clumsy Pattern | Tagged , , , , | Leave a comment

Java Build Systems, Part 1: What they do

Two recent posts on the java-weblog circuit spurred me to motion: Maven Adoption Curve (Alex Miller, coworker at MetaMatrix) Maven and Ivy (Ryan Senior, coworker at BJC) I was trying to think of the ideal build system.   I won’t … Continue reading

Posted in java | Tagged , , , , | Leave a comment