I can't help but point at the spelling and grammatical errors in your post as some of the issue in your understanding. Nonetheless, contracts are a daunting read for most anyone.
Ask HN: Why are contracts written so poorly?
11–20 of 30 posts
Re: Ask HN: Why are contracts written so poorly?
#12You'll get used to it. Its always difficult understanding/negotiating contract for the first few times. I started liking that language after going through that process a few times. Tip: Try to read as slow as you can and don't miss any word/phrase. Look up dictionary if you need to.
Re: Ask HN: Why are contracts written so poorly?
#13Earlier quoted context omitted.
You see, I don't get it. Contracts specify a deal between two or more entities. If these entities disagree on a matter, they can go to court. The court can decide the matter based on terms in the contract. If the contract is not in legalese, but is in normal clear English, a court should (and I'll assume it would ) decide the same way. If the "clear English" is somehow ambiguous, the court should decide it in the spi…
Legalese is English (or whatever language) evolved by trial and error over several decades to be as unambiguous as possible. Thing is, contracts are for when you get in a fight, and once you're there, figuring out in a fair manner what spirit you were in when signing is an incredibly hard problem.
"NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES."
And:
"There is no warranty on this software to the extent permitted by applicable law. The copyright holder is not liable for any damages."
And what's with the capitals on that clause? I don't believe for a second it's less valid if not in capitals...
Re: Ask HN: Why are contracts written so poorly?
#14Earlier quoted context omitted.
You see, I don't get it. Contracts specify a deal between two or more entities. If these entities disagree on a matter, they can go to court. The court can decide the matter based on terms in the contract. If the contract is not in legalese, but is in normal clear English, a court should (and I'll assume it would ) decide the same way. If the "clear English" is somehow ambiguous, the court should decide it in the spi…
Legalese is English (or whatever language) evolved by trial and error over several decades to be as unambiguous as possible. Thing is, contracts are for when you get in a fight, and once you're there, figuring out in a fair manner what spirit you were in when signing is an incredibly hard problem.
Re: Ask HN: Why are contracts written so poorly?
#15Earlier quoted context omitted.
Legalese is English (or whatever language) evolved by trial and error over several decades to be as unambiguous as possible. Thing is, contracts are for when you get in a fight, and once you're there, figuring out in a fair manner what spirit you were in when signing is an incredibly hard problem.
So what's the difference between: "NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILI…
Re: Ask HN: Why are contracts written so poorly?
#16However, I have been going through this template for over 4 hours and still unable to understand a single line because its just so bad english. Contracts are not actually english, although they may contain familiar words. Contracts are actually a kind of code designed to be run in a courtroom. Many of the silly sounding words and phrases are actually reserved words in this code and have special meanings. Sometimes th…
Contracts are English, and there is no reason why a skilled, competent lawyer cannot write a contract that is both easy for non-lawyers to understand and also enforceable in Court. There are lots of bad contracts out there because there aren't many clients willing to pay a lawyer to re-engineer poorly written contracts that are nonetheless believed to "work," i.e. be interpreted by a court in a predictable manner. Every experienced coder has seen the same phenomenon: if a body of code has been written, re-written, and patched over time, it probably looks pretty awful now and could stand a good deal of refactoring, but does anyone do that? Witness the OP, who apparently found a form somewhere and is trying to edit it to his purposes.
It's not like contracts are written in a secret language. There is a background body of knowledge that is helpful to have in writing and reading them, but it is also crucial to understand the industry involved.
Re: Ask HN: Why are contracts written so poorly?
#17However, I have been going through this template for over 4 hours and still unable to understand a single line because its just so bad english. Contracts are not actually english, although they may contain familiar words. Contracts are actually a kind of code designed to be run in a courtroom. Many of the silly sounding words and phrases are actually reserved words in this code and have special meanings. Sometimes th…
Re: Ask HN: Why are contracts written so poorly?
#18In the interest of promoting "code reuse" by contract drafters, I've been building a community form file of contract forms and clauses - see http://www.firstdrafter.com (in progress).
Re: Ask HN: Why are contracts written so poorly?
#19Re: Ask HN: Why are contracts written so poorly?
#20Earlier quoted context omitted.
Legalese is English (or whatever language) evolved by trial and error over several decades to be as unambiguous as possible. Thing is, contracts are for when you get in a fight, and once you're there, figuring out in a fair manner what spirit you were in when signing is an incredibly hard problem.
So what's the difference between: "NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILI…
The UCC also says that using the words "as is" is an effective way to disclaim warranties. So, lawyers put that in. Your version doesn't. That doesn't make yours wrong. It does marginally reduce the probability that your version will work in court. So, most lawyers keep it in.
Curious? Read more: http://www.law.cornell.edu/ucc/2/2-316.html