Earlier quoted context omitted.
The readability process at Google is a way to gain the ability to submit code without a language style reviewer. To submit code into google3 (their main repo for server-side stuff), a changelist requires acceptance by a person or people who collectively own all of the code being changed, and a person or people who collectively "have readability" in all of the languages in the change. The simplest example is there is…
The way I've described it to people is that you need to get at least one review from someone who... - is an Owner of the code - has Readability in the language of the code - is not you If you are an owner and have readability, you just need someone who isn't you to sign off on it. If you don't have ownership or readability you need to get someone who has those things to sign off. If you can find someone who has both,…
I'd like to acknowledge the brilliance of people who name their code files "foo.javascript" to avoid having to get JS readability.