google / styleguide

Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.23k stars 13.29k forks source link

jsguide: Convert to Simple English - Avoid unfamiliar words: Bandersnatch, FRUMIOUS #596

Open manoharreddyporeddy opened 3 years ago

manoharreddyporeddy commented 3 years ago

https://google.github.io/styleguide/jsguide.html#jsdoc-enum-and-typedef-comments

const BandersnatchType = {
  /** This kind is really frumious. */
  FRUMIOUS: 'frumious',
  /** The less-frumious kind. */
  MANXOME: 'manxome',
};
omkar342 commented 3 years ago

Can u assign this to me?

vapier commented 2 months ago

feel free to send a PR for it

SohanRaidev commented 2 weeks ago

Hey It says "Please note: This guide is no longer being updated. Google recommends migrating to TypeScript, and following the TypeScript guide". Can I still send PR for this issue?

SohanRaidev commented 2 weeks ago

Hey @vapier, I've submitted a PR to address the issue. Unfamiliar terms have been replaced with simpler ones. Could you review it? Thanks!