Tomek’s tray notes on Scrum

As Nigel Baker was giving his speach titled “10 tips that ScrumMasters should know, (but probably don’t!)” at Winter Agile Tuning, Tomasz Przybysz was taking notes on a paper tray. I’ve heard the talk was pretty good and a few people were trying to copy his tray. Since the original presentation is not yet available, I thought I’ll help with putting my own photo (phone quality) on-line. Maybe Tomek will take a while to put some insight into his notes? What say you, Tomasz? Click on the image to get the full (readable) size version.

You May Also Like

Multi phased processing in scala

Last time in our project we had to add progress bar for visualization of long time running process. Process was made of a few phases and we had to print in which phase we currently are. In first step we conclude that we need to create a class of Progre...