endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

doc(patterns): consistent interface naming #1746

Closed erights closed 1 year ago

erights commented 1 year ago

We have a convention for interface variable names of an identifier beginning with an upper case letter and ending with an uppercase I, such as FooI. Whether this convention is great or not, it is pervasive in our code, but with a small number of exceptions, which this PR fixes.

See https://github.com/Agoric/agoric-sdk/pull/8262