Tuesday, May 12, 2009

Daily Cycle for Developers

Why have a daily cycle? It like a checklist that get you off to a start when you reach work. Much like before the airplane files, they have to go through a checklist to make sure everything is checked ok. LIke going to work before you start coding, probably you should ensure that your environment is ready for you to begin work.

This is my daily cycle when I go to work.

8:00am Start up all my pcs

8:15am
Ensure my development servers are working

Update code from SVN and try to build
Make sure none of the code breaks in my environment, even though we have a build server.

Look at the bug db to see if there are any new bugs

Plan what to do today from the backlog/sprint list/bug list

8:35am
Have some breakfast before the stand up meeting
Can't work on an empty stomach
Do some work

9:30am
Daily Stand up meeting

5:00pm
Ensure source code control backup script backs up correctly.
Make sure the code is safely backedup from the svn server.

No comments:

Post a Comment