Skip to content
Amir Ariffin edited this page Mar 9, 2019 · 6 revisions

Console log convention

  1. Place pure string log before dynamic ones
  2. Prepend log with __XXX__ where XXX is the log type
  3. Always use console.log for logging
Clone this wiki locally