Skip to content

Cognitive load

concentration

how exhausted does your brain get?

how to reduce cognitive load https://github.com/zakirullin/cognitive-load

  • use variables in conditionals, e.g. if valid_input and is_connected
  • avoid nesting ifs
  • avoid nesting inheritance. Prefer composition over inheritance. see video