How to get over "redesign entire app" or "recode from scratch" syndrome?


3

As a founder of a few apps, I always get caught up in redesigning or recoding an entire app from scratch.

Sometimes it's because I'm not satisfied with the first iteration (or have been staring at it too long). Other times it's because a newer update of a technology came out.

For example, Ruby on Rails often has a new release with new programming features every few months. And I end up updating my existing apps to use the latest release of the framework.

How do other founders avoid getting stuck in this loop?

CTO Motivation Development Founders Developers

asked Aug 29 '14 at 15:29
Blank
David Ponder
17 points

2 Answers


5

We used to call this "creeping elegance" - where as a developer you know about, and are bothered by, bits of code that would benefit from a polish.

So first, recognise that the impulse is a good one. You stay familiar with the code, you refactor for good reasons, you deliver better features or you deliver features better. All good. The problem is that you know you should be putting your time elsewhere.

The key discipline you need to keep this in check is simple: make changes because a customer needs them.

Not fancy. Just true.

answered Aug 30 '14 at 06:53
Blank
Jeremy Parsons
5,197 points

2

I think Jeremy Parsons is right on the money. Everything you're talking about is good. It helps in eliminating technical debt. If you've got time to deal with it, by all means, deal with it. You just don't want to do something good, when there's something better or best to work on.

If you use Scrum or some other agile methodology, you might consider picking a certain percentage (in points) of your stories that are cleanup/maintenance/upgrades that aren't visible to the user, and leave the rest to things that will immediately add value to your users. This allows you to do this kind of behind the scenes polishing continually as a part of a deliberate practice, so you don't get overwhelmed by it later, while still forcing yourself to not get buried in it.

answered Aug 30 '14 at 20:02
Blank
rbwhitaker
3,465 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

CTO Motivation Development Founders Developers