DEV Community

Andy Chen
Andy Chen

Posted on

Software Engineer approach process: Systematic Process

  1. Interpret the prompt - What is it really asking ?
  2. Input Output Constraints Edgecases - IOCE
  3. Write tests
  4. High level strategies (make diagrams if neccessary)
  5. Pseudocode the strategy
  6. Implement the solution

Top comments (0)