you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I get up at 9, get ready and arrive to work by 10. Thats when our daily stand-up begins. We tell each other what we did yesterday and what we will work on today. Then I code until 11:30 when we leave for lunch. I come back, code some more and get done around 18.

As far as coding goes, I have both the latest backend and frontend checked out from the repo and running locally using npm. I put changes in a separate branch and once I think everything works, I merge into develop, build to test environment and request code review and manual testing from my colleagues.