← Back to context

Comment by TZubiri

10 hours ago

> One big thing was the overly excessive protective clauses which didn't make sense for reality or conflicted with another.

>Its just like code I suppose, if you can read and understand and validate

I share this, when I asked an attorney for a contract, they were much simpler when compared to self redacted or AI redacted contract, it was as if I were rediscovering lots of concepts and I HAD to put them in paper, even if they were defaults and were essentially no-ops.

Comparable to:

> Mkdir $PWD/path

instead of

> mkdir path

or conditions so rare that they don't merit including.

> x = 0

> if x!=0:

> raise Exception("Bit flip by solar rays or otherwise")