🌱 Anti Patterns and Code smells
- Timers: use them sparingly, a lot of times there’s a better way
- Mutation: try to avoid it!
- Generators: the return value doesn’t matter
- 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.