JGIW

From Woozle Writes Code
Jump to navigation Jump to search

JGIW is my acronym for Just Get It Working, which is a principle I try to apply when "Doing It Right" looks like something best left for another day.

Questions to ask before using this:

  • Is there clearly a better/right way to do it?
  • Is there a way to Doing It Right that will not cause any significant disruption/refactoring?

If the answer to either question is "no", then JGIW is probably the better course.