Earlier quoted context omitted.
There's a lot of room to wonder about his trustworthiness given his record as a businessman, but even in this document, he doesn't address campaign finance reform. Congressional term-limits just consolidate power in the moneyed elites--the problems is not just the politicians, it's who corrupted them. If anything, this is a document to passify those moneyed interests who, unlike say Sheldon Adelson, worry about a Tru…
Funny, that "if one created, two removed" was a law imposed by a Principal Software Architect to me and my team regarding apps and apis as part of a rationalization program. "If you create this new API, make sure to remove at least two". I have to say, after two years there, that helped a lot to reduce redundancy and complexity. But well, apps and api are not the same of public policies... who knows.
The perception is that all these "horrible" duplications and inefficiencies exist.
The reality is that the duplications are actually slightly different business cases that are are difficult or impossible to generalize (it was easier to copy/mutate) and that seemingly irrelevant code has potentially far reaching and damaging consequences (oh, that was important?)
The essential problem is that we look at these individual lines of code instead of realizing that they grew as part of a dynamic system.
Refactoring code isn't a good analogy.
Try refactoring DNA.
It becomes quite tragic (or hilarious) when teams try to simplify such systems and instead end up breaking lots of business process that was ugly, but worked.
DNA/evolution is orders of magnitude more messy than that, but it gets things done more safely and efficiently than some refactoring efforts I've seen.