Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Anatomy of Problem Solving - For Developers

Arjith N
February 28, 2020

The Anatomy of Problem Solving - For Developers

Arjith N

February 28, 2020
Tweet

Other Decks in Education

Transcript

  1. Who are we? ALMOST All of us are in the

    business of problem solving!!
  2. Kinds of Problems • Errors • Exceptions • Features •

    Issues - “Searched, but no results”,”Code doesn’t work! Why?” • Most Dreaded Question - My Code works!! I don’t know how? • Product related • Data Science • A new JS framework
  3. Acknowledge the Existence • Problems don’t appear directly • Most

    cases they need to be formulated • They manifest as thoughts, ideas, questions & difficulties Infinity SUM ∞ 1970 sum 1 + 9 + 7 + 0 = 17 1 + 7 = 8
  4. Solving the Right Problems Solve it Wrong Solve it Right

    Right Problem I II Wrong Problem III IV A B