How to ask for help: Difference between revisions

From Computer Science Wiki
No edit summary
Line 7: Line 7:
== Checklist for solving problems when coding in PHP ==
== Checklist for solving problems when coding in PHP ==


[[media:PHP problem solving checklist - Google Docs.pdf]]
[[Media:PHP problem solving checklist - Google Docs.pdf]]


== Problem Solving Steps ==
== Problem Solving Steps ==

Revision as of 10:39, 22 September 2016

Having problems is normal. If you do not learn how to solve your own problems, life will be difficult for you.

The best way to get help is to help yourself[edit]

A key idea in all our courses: diagnose and solve problems.

Checklist for solving problems when coding in PHP[edit]

Media:PHP problem solving checklist - Google Docs.pdf

Problem Solving Steps[edit]

  1. Google the problem in general terms. For example: python how to import a calendar
  2. Re-read your code (sometimes, reading backwards helps you see little errors)
  3. Use your debugging tools
  4. Ask a friend
  5. Google the specific error message your program is raising
  6. Don't ask your teacher until you have a very specific question.

Click the image to learn about common mistakes[edit]

You must learn to solve problems.


Other problem-solving strategies[edit]

  1. walk away for a few minutes
  2. take a short break (2 to 3 minutes)
  3. physically stretch your body