58 Flashcards
(1 cards)
1
Q
How to Think Like a Developer: Become a Problem Solver!
A
- Make sure you 100% understand the problem. Ask the right questions to get a clear picture of the problem.
- Divide and conquer: Break a big problem into smaller sub-problems.
- Don’t be afraid to do as much research as you have to. (using Google, StackOverflow, MDN…)
- For bigger problems, write pseudo-code before writing the actual code.