Scrum Schedule In Practice

The scrum meeting schedule I set up for my teams at one place I gigged at was as follows, and based on the basic sprint/release cycle.  Our sprints varied from 2-3 weeks; releases usually after two sprints.  After doing 2 week, 3 week, and one month sprints I kinda like the 3 week cycle;  at […]

The Code Review

I like code reviews now days, done right. Code reviews help to: Add to the support base of the code. Normalize the development techniques on the codebase. Add to team cohesiveness. Help developers develop presentation and communication skills. Force that last 5% execution of the writing of the code. Improve code quality and developer skillsets. […]