Why code rewrites are often coupled with redesigns

by Dave Dash 13Aug08

I've done some rewrites of code, and they usually are coupled with redesigns.

Redesigns and rewrites are tricky. With web sites existing users tend to prefer incremental changes with each. Changing a design element or a feature are pretty much equivalent when its done incrementally.

Usually small changes are like surgery. You make a small change, you possibly announce it, and people look at it and usually say yes, this change is better. But mostly a small change can go unnoticed.

Tiny atomic changes are nice and they improve the product.

A rewrite of code however is a discrete change. They take forever. Second system and all that. They inevitably involve a redesign as well. They tend to be received with mixed reviews.

Generally a design of a site is grafted onto code. Sometimes by templating languages, sometimes in a tightly coupled system. In either case there's usually two options:

  1. Make a faithful port of the design.
  2. Redesign

The latter is generally preferred since this saves a lot of time. Generally there are bugs with a design, and there is a design backlog. A faithful port of the design would mean porting every broken HTML code, every non user-friendly element, etc.

Unfortunately this leaves web developers with a scary situation: Launching a product which changes peoples functional and UI experience.

The good thing is redesigns usually mean evolutionary leaps. Meaning, iterations can happen faster, both in design and functionality. We can easily please new customers, and we can quickly bring current customers up to speed.

In my spare time, I've been rewriting code that I wrote in symfony (PHP) into django (python). It's a tiresome long process that can easily kill a side project.


Where am I?

This is a single entry in the weblog.

"Why code rewrites are often coupled with redesigns" is filed under programming. It was published in August 2008.

August 2008
M T W T F S S
« Jul   Oct »
 123
45678910
11121314151617
18192021222324
25262728293031

need more help

If you found our tutorials and articles to be useful, but are still looking for more hands on help, consider hiring us. Find out more about how Spindrop can help you.

 

1 Response to “Why code rewrites are often coupled with redesigns”


Who's linking?

  1. 1 Mellow Morning » Django vs Symfony Pingback on Aug 27th, 2008
    "[...] Fortunately many people seem to experiment with a wide variety of frameworks (Including at least one delicious developer, version ... "

Further Help

If you require more hands on assistance, we do offer affordable hands on support.

Leave a Reply


Comment guidelines: No spamming, no profanity, and no flaming. Inappropriate comments will be deleted outright.