Day 2 at Agile Australia 2011 and another jam packed day. Here are my notes from the sessions I attended.
Keynote – Elevating the Agile Community of Thinkers
Jean Tabaka presented this keynote, barefoot, and her slides are available here.
From Agile Australia 2011 |
- “A Community of Thinkers” – drafted by Liz Keogh, Jean Tabaka and Eric Willeke
- need to apply energy to learning rather than frustration – need to subscribe to the art of the possible
- it is no longer acceptable in the 21st century to administer in the business, we need to create and provide innovative communities
- fearful that in the agile community that we are in conflict mode but rather we should seeking enquiry and insights and learning from each other, such as we do in an daily standup
- to be the best we can be every day, we need to inspire insights from the entire team – the definition of a good daily standup
- Patrick Lencioni’s “The Five Dysfunctions of a Team” also apply to community
- “vulnerability can create great workplaces and innovation” (Dr. Brene Brown)
- our greatest wisdom is every insight in the room and is only as good as the quietest voice in the room – we have to lower the bar
- in a command and control environment we lose wisdom and lower their IQs
- in global teams you need to invite their wisdom in anyway possible – secret to distributed teams
- Kathy Sierra – magic for Creating Passionate Users
- drop outs give up when they believe they suck
- amateurs learn how to do it and then become complacent
- experts – keep pushing themselves to find a better way
- in agile need to believe past both the “this sucks” and the “kick ass” threshold
- we need active participants in our communities, rather than passive participants
- Linchpin (Seth Godin) – being a genius self, being part of community means hard work
- Principles of Product Development Flow (Donald Reinertsen) – this and Linchpin are Jean’s most dog-eared books
- empathy mapping (gogamestorm.com) – look at your community and what are they thinking, hearing, saying, doing, seeing
- use a wall of appreciation as well as a wall of break up letters to improve community and move past blockers
- writing love letters to agile – interesting…
- to be a linchpin your message needs to be accessible (charm), need to create talent around your message and have perseverance
- “Drive” (Dan Pink) – autonomy (able to bring your genius self to work), mastery and purpose (a big hairy goal) – you will be creative
- need to design a life and not a plan – how can we grow and be emergent in what we do, plans stagnate and stagnation kills
- “Preferred Futuring” (Lawrence Lippitt) – create concrete wishes on where we want to be, need to bring this more into our workplaces
- need to move – tell -> sell -> test -> consult to co-creation
- find your mentor, or become that person
- think like a genius – creating models of what might be true
- example of Rally using lino to organize an open space – awesome
- Jean not wearing shoes in this keynote is going out of your comfort zone – onedaywithoutshoes.com
Panel – Software Engineering is a Dead Craft
I was honoured to be given the opportunity to moderate this panel, consisting of Martin Fowler, Kane Mar and Paul King. My opening comments were as follows:
Software Engineering is defined by the IEEE is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software, that is, the application of engineering to software.
This led me to then get a definitive definition of engineering, which is loosely defined by a number of the leading engineering councils worldwide as being the discipline of acquiring and applying scientific knowledge, mathematics and ingenuity to design and build solutions that safely improve the lives of people.
Software engineering as a term has been around since the early 1960s, and, as Rob Thomsett pointed out in his keynote yesterday, was popularized when NATO hosted a conference to address the problems of software development. In there report, they particularly point out that the phrase software engineering was deliberately chosen to be provocative. So for the last 50 years, practitioners everywhere have been debating software engineering, from the software crisis that made developing software into a career, through to Fred Brooks coining the No Silver Bullet argument that no individual technology would make a 10 fold improvement in productivity in 10 years, through object oriented programming and the rise of XP and agile.
So what is software engineering. Is it an engineering practice that is dead? Is it a craft or an art form? Or is it both dead and a craft?
Martin Fowler is the Chief Scientist at Thoughtworks, author of many books on software development and a signatory to the agile manifesto.
Kane Mar is the President of Scrumology, and has been a developer and coach in the software industry for 20 years.
Paul King is the Director of ASERT and has been developing, training and contributing to the software development field for nearly 20 years, and is an active contributor to a number of open source projects including, most notably, Groovy.
My questions started as follows:
Martin – when you do any Google search on software engineering, every second link seems to point back to your website and any number of articles you have written on this subject over a number of years. You indicated your position is that the engineering metaphor has done our profession damage…
Kane – you listed your point of view on the topic is that the paradigm has come and gone and that perhaps software should be viewed as an ecosystem…
Paul – your viewpoint is listed as probably a little more conservative and that continuous learning is important…
The time flew by and I did not get to take anywhere near the number of questions I would have liked from the audience. The highlight was a question from the audience from Phil Abernathy who asked the panel if perhaps we should term what comes out of a number of projects as “crapmanship”.
Agile and Enterprise Architecture are not Mutually Exclusive
I had the pleasure of introducing Rebecca Parsons from ThoughtWorks, her slides (in all their Comic Sans MS glory) are available here.
From Agile Australia 2011 |
- architects need to depress their ego and pair on critical stories and calm their concerns
- some architects believe their job is to stifle any innovation in the development team, but they a disappointed that the team is not innovating
- the IDE of enterprise architects has been PowerPoint for years
- developers must code in a box, architects must worry about a bigger box
- it is hard for enterprise architects to talk to every developer, so documents from high are standing operating procedure, unfortunately they get ignored because the context is hidden
- use stories for technical requirements – architect communicates his requirements via a technical story and the development team responds with this is what it is going to take – ensures that the value is articulated
- need architects to articulate their requirements based on acceptance tests
- harvest components and talk in the community – ask who was the last person to integrate with this component and talk to them
- development team should be focussed on delivery of their project, agile is the engine and architects need to use this engine
The Speed to Cool: Valuing Testing and Quality in Agile Teams
The session I presented got a good turnout, and plenty of questions afterwards as well as some follow-up emails. The slides are available in a separate post as well as here.
From Agile Australia 2011 |
Rolling Out ‘Agile principles’ in a Global Organisation – A Continuous Journey
I introduced Sascha Ragtschaa from Computershare, his slides are available here.
From Agile Australia 2011 |
A Rogue’s Take on the 4 ‘C’s: Culture Change Costs Currency
I had the pleasure of both introducing and being a live prop (the dragon representing the (large) organisation) in this presentation by my good friend and colleague Renee Troughton from Suncorp. Her slides are available here.
From Agile Australia 2011 |
From Agile Australia 2011 |
Keynote – Software development in the 21st Century
Martin Fowler delivered his now famous 3 short keynotes.
From Agile Australia 2011 |
Non-Determinism and Testing
- non-determinism – intermittent fails, we don’t know if something is going to succeed or fail – also called a useless test
- non-deterministic tests infect the whole system – need to quarantine these tests to stop them bringing down the while suite – often caused by interference between tests
- you can track dependencies or you can use isolation (preferred method)
- tests should clean up after themselves and leave the world the way they found it but other tests rely on this happening (and hard to track failures when they occur) or start all tests with a clean slate (but it can take a long time)
- asynchrony – can use a bare sleep but you never know how long to sleep for, could use a polling loop or a callback
- remote services – don’t talk to them as part of the test, use a test double
Value of Software Design
- this was a repeat session from last year where Martin did his famous Uncle Bob Martin rant. A highlight for me was in his example he used Nigel Dalton as good code example and me as a bad code example.
Agile Manifesto: 10 years later
- we know the approach works and we need to use it more and find the boundaries
- XP was the dominant strain at the time – has appeal of its values and principles as well as its practices like test driven development, etc…
- many of the original people are unhappy – the core ideas have not moved as fast as the hype (semantic diffusion) and the rollout process is very long running
- if you say you don’t care about agile you are saying you are happy with flipping the principles back again
- do not treat stories as one-way traffic, the value is in conversation
- as software developers we need to ask ourselves if we are making the world a better place
- mundane work and the little things often make the world a better place
Conference Retrospective
I led a conference retrospective after the post-conference drinks. For those who stuck around, we had a good discussion on what was good and what we could do better next year.
What Was Great
From Agile Australia 2011 |
From Agile Australia 2011 |
How Can We Improve
From Agile Australia 2011 |
From Agile Australia 2011 |
New Ideas
From Agile Australia 2011 |
From Agile Australia 2011 |
Other Stuff
There have been some other wrap-up and retrospectives written about the conference including:
- Nicholas Muldoon – Be The Change You Seek
- Fabio Pereira – Agile Australia 2011
- Aconex – Agile Australia 2011 Day 1
- Steph Kelly – Retrospective Agile Australia Conference 2011
- itnews – NAB Dumps Steering Committees for Agile Projects
- Richard Banks – Agile Australia A Retrospective
- Renee Troughton – A Quick Reflection on Agile Australia 2011
- iTWire – Enterprise Australia Gets Agile
Also, a couple of mentions for some of my other friends and colleagues who presented on day 2 but due to my other commitments I could not attend their sessions.
Jonathan Coleman, Steve Jenkins and Phil Abernathy all did lightning talks which were all well received.
Nicholas Muldoon from Atlassian delivered a talk called “Be The Change You Seek”, his slides are available here.
Paul King (who I have presented with many times previously) delivered a workshop called “Leveraging Emerging Technologies in Agile Teams”, his slides are available here.
You must be logged in to post a comment.