dinsdag 3 december 2013

Why there's no such thing as quick 'n dirty, or how making a mess is slowing people down

Imagine you're at home and you're looking for something. Now, you can create a mess while you're looking... You're throwing stuff around, move things around to a random place and really just making a mess. Because of that you might actually look in the same place multiple times. When you've found it, the mess is still there.

  • You can leave everything where it is and the next time you're looking for something (the chance gets bigger that you have to look for something, because the mess is still there) you spend more time looking for it.
  • Another option is to clean up afterwards, but don't forget... the time spent sorting things out and putting them back is also part of the looking process (I believe people tend to forget that now and then).
Or, you look in different places and when you have to move things, put them back where they were. This may seem to take longer, perhaps because you're spending more time in the same place, but the actual time spent on the total looking process is less. Leaving your room clean and when you keep it clean, you'd have to search less for things and you can find things sooner.

In code it works the same. When you're making a mess it's harder to figure out what the code does, where the functionality is that you're looking for, or worse to find bugs. Keeping code clean may seem to take longer, but it actually takes less time. Or when you leave the mess, the next time you have to look for some code (which will happen sooner if you made a mess) will get harder. This may seem small or barely noticeable, but in due time, this will take up a lot of time; this doesn't always have to be true in the long run, it can (and will) happen in a short amount of time.

In short: People want to do things quick 'n dirty, because they think it's faster. In reality, however, this is an illusion, because 'dirty' doesn't go quick, that's all in their minds.

Geen opmerkingen:

Een reactie posten