Reduce DRY violations in Catalog Client Scripts with UI Scripts
Finding new ways to do things is always a pleasure. Especially if the way to do a thing eliminates one of my biggest pet peeves: TRIGGER WARNING DRY violations. Violating DRY (or, Don't Repeat Yourself) is easy to do. Lots of scripts do the same th...