What I need when my team do scrum
1. Recently, my team changed the way of doing agile from Kanban to Scrum. And I found out that it's difficult to follow up on several meetings. So I decided to do below things.
- read and understand refinement items in advance
- read and think the solution from the perspective of my task before the Planning meeting
2. Another important thing is about my habit of writing codes. In my previous company, code review was usually done as a perfunctory or cursory step. But now, it's a really important step in the agile method. So I should write code from the reviewer's point of view. That would make me write code more clearly and try to refactor better.
More briefly, to become a better engineer, I need to write code as if I am the reviewer of the code and read and think ahead of the meeting.
Comments
Post a Comment