Extreme programming

by on July 25, 2014

So let’s start by talking about extreme programming (XP). As I understand it, one of the major components of XP is “relentless refactoring.” My approach to solving problems has always been the same:

  • First, break big problems into increasingly smaller problems
  • Second, solve the small problems one at a time

My own term for this was “incremental” programming. As it turns out, I was ahead of my time and did not even know it.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>