software-development-lessons

Asking Questions

This lesson goes over asking questions

Slides

Topics

Questions

Why?

  1. writing out what you’re struggling with will often help you solve it yourself
  2. Writing well is an essential component of succeeding as a software engineer (remote work, stack overflow, GitHub etc.)

Asking Questions

  1. State the problem you’re working on
  2. What is your code doing right now?
  3. What do you want it to be doing instead?
  4. Copy-paste the snippet(s) of code that you think are relevant.
  5. Describe what you’ve tried so far to resolve.

Code Snippets 👨‍💻

Answering Questions

Participation 🏆

In Review

Next Up

Data Modeling - Yap