58 Flashcards

(1 cards)

1
Q

How to Think Like a Developer: Become a Problem Solver!

A
  1. Make sure you 100% understand the problem. Ask the right questions to get a clear picture of the problem.
  2. Divide and conquer: Break a big problem into smaller sub-problems.
  3. Don’t be afraid to do as much research as you have to. (using Google, StackOverflow, MDN…)
  4. For bigger problems, write pseudo-code before writing the actual code.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly