Skip to content

Instantly share code, notes, and snippets.

@sixtusagbo
Last active May 30, 2022 12:04
Show Gist options
  • Save sixtusagbo/fa273746f4b945cda3186266192b2391 to your computer and use it in GitHub Desktop.
Save sixtusagbo/fa273746f4b945cda3186266192b2391 to your computer and use it in GitHub Desktop.
problem solving

The Four P's of Problem Solving

Prepare

  • Diagnose the problem
  • Look for solution
  • Look for tools

Plan

  • Note your solutions by using pseudo code

Perform

  • Write the code

Perfect

Here, it does not mean that the project will be perfect

  • Improve the code by fixing bugs and adding more features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment