5

Spot a mistake in the code.. Should i:

1. live with it and continue to build on top of it.. Do a special validation just for this special case.. Which is a quick solution

2. or rebuild that component.. But have to rewrite the 4 controllers that is using that component.. Which is a long solution

The daily dilemma of taking over someone elses project.. 。・゜・(ノД`)・゜・。

Comments
  • 1
    If I had the time I would rebuild it. Otherwise, possible issues later on.
  • 1
    Always do it the right way, otherwise someone else have to identify and fix it in the future. But I do agree that it's sometimes tempting to do it the easy way.
  • 1
    Clean code = do it right.
  • 1
    Yeaaaa... Rebuilding it now.. _| ̄|○
Add Comment