(no title)
pjbrow | 7 years ago
Most of the jurisdictional quirks are contained in legalese, so when you abstract it away, you end up with documents that look the same regardless of jurisdiction (the legalese modules change, obviously).
We often compare this approach to jQuery because it lets us:
- get rid of boilerplate "code" for common mechanics to aid in clarity and brevity (thanks, jQuery); and
- use consistent language between jurisdictions (like jQuery's elimination of cross-browser incompatibilities).
There's more explanation of this technique in the second video on this page:
bryanrasmussen|7 years ago