Skip to content

szepeviktor/uninformative-words

Repository files navigation

Uninformative words

theories

Variable names you should avoid.

  • i 👺
  • any one or two letter name except id
  • arr
  • bool
  • boolean
  • cnt
  • col
  • coll
  • custom
  • detail
  • data 👺
  • double
  • elem
  • err
  • extra
  • float
  • impl
  • ind
  • info
  • int
  • integer
  • item
  • iter
  • key
  • len
  • more
  • other
  • proc
  • req
  • res
  • ret
  • return
  • str
  • value 👺
  • var
  • vdata

Implementations

Please see the PHPCS rule in my useful frankenstein

Contributing

📢 Come on! Add a word. Pull Requests are free.