Hacker News new | ask | show | jobs
by ProCicero 2523 days ago
I used his ventilated prose method to parse out and simplify complex statutes. One example was the definition of a slot machine, which consisted of two paragraphs with two sentences each, that took up an entire page of text. It had some deeply nested clauses and an ungodly amount of commas and semi colons. I started with one sentence per line, then broke to one clause per line. From there, I used indentation to sort out exactly which clauses were dependent on what. It made explaining the law to others a lot easier.
1 comments

Interesting. Can you point to an example?