Show Menu
Cheatography

Indava's Developers day to day Cheat Sheet (DRAFT) by

To keep us on track!

This is a draft cheat sheet. It is a work in progress and is not finished yet.

At the beginning of the day

 

Prepare the standup meeting

1) Open the "­Standup notes & tickets approa­ch" document of the corres­ponding week.
2) Write down your speech under What I’m going to say on my standup meeting section.
3) Write down your 'design' or 'strategy' of implem­ent­ation under What is my approach of the tickets I’m working on section.
4) Write down whatever is hampering or obstru­cting your implem­ent­ation under the Blockers section.
 

During the day

 

When doing a Pull/Merge Request

1) Update board's issue pointing to the PR you just did.
2) Assign the issue to someone else to do code review
3) Update, if necessary, the ticket approach.

Do comment your code

The comments should
- explain things which require signif­icant effort to derive or
- explain why instead of what.

Quick review new PRs done by your teammates

 
 

At the end of the day

 

Update your daily logbook

|date|time|Activity
===================
|March 2nd|10:00|Start ticket 747
----------------------------
|March 2nd|13:00|PR of ticket 747
----------------------------