|
|
<!DOCTYPE html> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
|
|
<!-- CSS --> |
|
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
|
|
<body class=" "> |
|
|
|
|
|
<div class="sidebar"> |
|
|
<div class="container sidebar-sticky"> |
|
|
<div class="sidebar-about"> |
|
|
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
|
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="content container"> |
|
|
|
|
|
<div class="post"> |
|
|
<h1 class="post-title">Agile vs Culture: The Story of Outliners</h1> |
|
|
<span class="post-date"> |
|
|
2015-12-18 |
|
|
|
|
|
<a href="https://blog.juliobiason.me/tags/agile/">#agile</a> |
|
|
|
|
|
<a href="https://blog.juliobiason.me/tags/book/">#book</a> |
|
|
|
|
|
<a href="https://blog.juliobiason.me/tags/empowerment/">#empowerment</a> |
|
|
|
|
|
<a href="https://blog.juliobiason.me/tags/disenfranchise/">#disenfranchise</a> |
|
|
|
|
|
</span> |
|
|
<p>When the culture goes against agile.</p> |
|
|
<span id="continue-reading"></span> |
|
|
<p><img src="/images/agile.jpg" alt="The Agile cycle" /></p> |
|
|
<p>In some recent agile conferences I went this year, I've been recalling and |
|
|
telling one story from |
|
|
<a href="https://www.goodreads.com/book/show/3228917-outliers">Outliners</a> |
|
|
(which I wrongly assumed it was part of |
|
|
<a href="https://www.goodreads.com/book/show/1202.Freakonomics">Freakonomics</a> |
|
|
about the number of accidents in Asian and South American |
|
|
airlines. The book points that there is a cultural difference between those |
|
|
two and American people, in which the former see a larger distance between |
|
|
them and their superiors than the later.</p> |
|
|
<p>Why I keep recalling this? Because in agile teams, there is no hierarchy: the |
|
|
PO is as important as the junior developer; the tester has the same input |
|
|
value as the senior developer. This means that the team doesn't need to wait |
|
|
for someone higher in the chain to make a decision: the team is free to make |
|
|
their own decisions on how to better reach the value requested by the PO.</p> |
|
|
<p>In all events I went, there is a constant problem on "how do I make my team |
|
|
see the value in Agile" and "why Agile doesn't work". Again, it seems that |
|
|
Agile goes straight against the cultural reference South Americans -- in this |
|
|
case, me and my colleagues -- because we are cultural trained about that guy |
|
|
who is in a higher place in the chain and, thus, I depend on him on the |
|
|
important questions (for whatever value of "important" I believe a solution |
|
|
is). </p> |
|
|
<p>In the end, it's not as much as changing a company development model and |
|
|
explaining to managers and directors on how the software -- and its value |
|
|
-- will be delivered, but fighting against the cultural norm of having |
|
|
someone in a very high place that can make decisions while people think they |
|
|
are very low in the chain to make a decision. Not counting the constant fear |
|
|
of being wrong (which is actually good in agile).</p> |
|
|
<p>The problem revolves not only on this point, but also in the assumed position |
|
|
based on role name. Someone will assume that because their position is |
|
|
"developer", it means that they are below -- and receive orders from -- |
|
|
the PO; someone will assume that because someone's else role is tester and |
|
|
their are designed as developer, they are up in hierarchy and, thus, can order |
|
|
the tester to do whatever they think it must be done.</p> |
|
|
<p>Here we have a second problem: we need to detect and empower those who think |
|
|
they are below in the chain and "disenfranchise" those who think they are |
|
|
above everyone else due the role name.</p> |
|
|
<p>My plan for 2016 is to read some books about those topics and bring this |
|
|
discussion to future events. Which me luck. ;)</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</body> |
|
|
|
|
|
</html>
|
|
|
|