Design Thinking: The New Paradigm for Building Applications
Aug 29,
2017
A confluence of business trends and development best practices is changing the way developers need to think about building applications. For want of a better term, the mindset that most software developers follow when building applications might be called ‘systems thinking’: Design a database that holds the data the company needs, design the software components […]
3 Parts of Rewriting for Excellence
Jul 26,
2017
Writing clearly and effectively is difficult — in fact, there’s no chance that you’ll get it right the first time….which is why you get to rewrite. Rewriting isn’t about fixing your mistakes, rewriting is about adding excellence. Here’s a three-part plan for doing rewriting right.My buddy Mal Stiefel once said he was never at a loss for words […]
Is Agile Design an Oxymoron?
Oct 7,
2016
There is a persistent myth that Agile Design is an oxymoron as there is no place for design in Agile; that our design and architecture will magically emerge as we code. This opinion is a natural reaction against the waterfall Big Design Up Front (BDUF) mentality. However it is a false and even dangerous opinion. […]
Template Method Design Pattern
Dec 10,
2012
Back in September, I wrote about the strategy design pattern and suggested that it could be useful in iPhone and iPad programming to provide alternate implementations of a piece of functionality. When thinking about strategy, think “plugin”. Strategy implies a relationship between classes where a class has a strategy object to do specific work. In […]
Strategy Design Pattern
Sep 24,
2012
I was over in Sweden last week teaching a Java design patterns course. Having spent so much time with iOS recently, it was interesting to put my Java hat back on and talk about designing enterprise scale applications. Some of my students probably thought I was a little slow writing code during demos but I […]