DEV Community

JT Dev for JetThoughts LLC

Posted on • Originally published at jtway.co

What activities are expected from a remote developer for effective collaboration

In order to build trust relationships with remote non-technical founders, we designed the easiest and effective routine for remote developers to provide.

Photo by [Roman Synkevych](https://unsplash.com/@synkevych?utm_source=medium&utm_medium=referral) on [Unsplash](https://unsplash.com?utm_source=medium&utm_medium=referral)

In JetThoughts, the usual working environment contains the GitHub repository with the Kanban board and some rules described in the article “Delivery Flow for Distributed Remote Teams”.

Here are three main stages of working with the issue:

1. Preparation stage or start working on an issue

According to the prioritization, the developer should start investigating the top ticket from the list defined for the current sprint.

  • Check the Acceptance Criteria. They must be present, explicit, and achievable within two days (otherwise, such an issue should be split into several parts).

  • Update the issue status. If there are no questions and blockers, the ticket with an issue should be moved to the In Progress** **column.

  • Create and push a new branch. The developer creates the new branch with the name that starts with the issue’s id, makes the first change, and pushes it to the remote repository.

  • Link the branch and PR. After the remote branch is created, the issue must be converted into the pull request (PR) (see “Convert GitHub Issue to Pull request” article).

2. Coding stage or provide the interim results

  • Commit every two hours. The developer makes a commit with the small successful solutions and pushes it to the remote repository. One of the ways to achieve this — the TDD methodology. Besides the rest of the advantages, it helps to have frequent commits — one commit with a test, another commit with implementation.

  • Provide a comment on the channel. If two hours have passed, but there is nothing left to commit the developer should provide a comment on the channel with the client. It should contain the current problem description and the reasons that impede its solving. Also, he could ask help or indicate the steps that he is going to take.

  • Provide daily snapshots. Report at the next meeting about blocks that occurred during execution, provide explicit information and indicate the next steps if the problem has not yet been resolved. This message must be duplicated in the GitHub PR if the problems were not resolved within two days.

3. Polishing stage

How to prepare the PR we discussed in “Prepare the Pull Request before asking to Review”. Here are the key points:

  • All automated checks passed

  • Self-review (imagine that you are a reviewer and you see someone else’s PR)

  • *Test in the staging environment *(check the presence of explicit instruction about how to test the issue and it should be understandable for the non-technical reviewer)

4. Final stage or turn in work

  • Ask for review

  • Provide fixes and comments replies

  • *Merge / Deploy *(check deployment in Production)

    This is the full cycle of actions that are expected from the developer, especially working remotely. Compliance with these rules will help to build trust with the customer, and also to avoid questions about what the employee is doing from management.

Sergey Sviridov ***is a Software Engineer at **JetThoughts. Follow him on *LinkedIn or GitHub.

If you enjoyed this story, we recommend reading our latest tech stories and trending tech stories.

Top comments (0)