PROGRAMMING TIP
avoid repeating the same 4 lines of code twice by writing 270 lines of beautiful, abstract, generic code
@jk somewhere between DRY, YAGNI, and premature optimization lies my laziest most perfect code.