DEV Community

Cover image for How to ask your team for help
Lucia Cerchie
Lucia Cerchie

Posted on

14 4

How to ask your team for help

Introduction

Whether you're brand new to coding or you've been doing it for years, if you're working on a coding project with a team, you're going to need to ask for help to make personal progress, as well as progress within the project. Here are some tips to help you out.

1. Don't ask too late

If you've been struggling with something on your own for hours, and keep running into the same purple Google links, don't keep going without help from your team. If you're on a team project, it's not just your own time you're using. You need to consider the overall goals of the project.

2. Explain the problem

Define where you're at in the process, and where you'd like to be. This might mean describing anything from the stack you're working with, down to the desired outcome of a function you've been trying to write.

3. Explain what you've tried

Think of it like filing a Github issue. Explain what your teammate can do to replicate the problem. Otherwise, the problem won't have context in their minds, and they won't know how to help.

Example

Here's a template you can use if you'd like an example of how to ask for help:

Hi (teammate),
I've been working with x tools, with the goal of y.
I need help with z. 

I have tried this tutorial (link here), 
as well as following this example (link here). 
These are the results, which give an error/ don't match our goal.  

You can clone this repo and run (commands here) 
to see the issue I'm running into firsthand. 

Do you have input for me? 
Enter fullscreen mode Exit fullscreen mode

Good luck!

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (1)

Collapse
 
sethburtonhall profile image
Seth Hall โ€ข

Amazing! Thanks Lucia!

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

๐Ÿ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay