🌱 Anti Patterns and Code smells

Source
  1. Timers: use them sparingly, a lot of times there’s a better way
  2. Mutation: try to avoid it!
  3. Generators: the return value doesn’t matter
  4. Re-selecting elements: it’s much better to reference elements in a notebook using variables than it is to reference them using class or tag names.
Made by Brandon . If you find this project useful you can donate.