Skip to content
Snippets Groups Projects
Commit 9f4f2c0e authored by Ivan Nemytchenko's avatar Ivan Nemytchenko
Browse files

Merge branch 'master' into staging

parents c537141e f424e027
No related branches found
No related tags found
1 merge request!13Staging environment
Pipeline #
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90661324-1', 'auto');
ga('send', 'pageview');
</script>
\ No newline at end of file
Loading
@@ -2,19 +2,19 @@
Loading
@@ -2,19 +2,19 @@
%h2 Agile needs to evolve %h2 Agile needs to evolve
   
%p %p
The first attempt to bring structure into software development was <strong>Waterfall</strong>, but it was extremely inflexible and rigid. The first attempt to bring structure into software development was <strong>Waterfall</strong>, but it was extremely inflexible and rigid.
   
%p %p
People replaced Waterfall with <strong>Scrum</strong>. But some problems remained:<br/> People replaced Waterfall with <strong>Scrum</strong>. But some problems remained:<br/>
%ul %ul
%li <strong>Scrum</strong> assumes you can estimate work accurately, which is not true in general. %li <strong>Scrum</strong> assumes you can estimate work accurately, which is not true in general.
%li As a result, it consumes a lot of time trying to plan and negotiate, and strains the relationship between developers and managers %li As a result, it consumes a lot of time trying to plan and negotiate and strains the relationship between developers and managers
   
%p %p
<strong><a href="http://agilemanifesto.org" target="_blank">Agile</a></strong> fixed most of the problems of <strong>Scrum</strong>. <strong><a href="http://agilemanifesto.org" target="_blank">Agile</a></strong> fixed most of the problems of <strong>Scrum</strong>.
%ul %ul
%li But it focuses only on the development process, not on setting requirements and doing deployments. %li But it focuses only on the development process, not on setting requirements and doing deployments.
%li It doesn't work with large and/or distributed teams because verbal in-person communication doesn't scale %li It doesn't work with large and distributed teams because verbal in-person communication doesn't scale
%li Somehow best engineering practices ended up being not a part of Agile. %li Somehow best engineering practices ended up being not a part of Agile.
   
=img("/images/evolution.png") =img("/images/evolution.png")
Loading
@@ -59,13 +59,13 @@
Loading
@@ -59,13 +59,13 @@
Result oriented conversations Result oriented conversations
   
%p %p
Moreover, most of enginireeng best practices arise naturally as an effect of Conversational Development principles application. Moreover, most of engineering best practices arise naturally as an effect of Conversational Development principles application.
   
   
%section#adopt %section#adopt
%h2 Adopting Conversational Development %h2 Adopting Conversational Development
   
%p The first step on the path of adoption will be to realise your current situation. Take a look at the <a href="maturity-model">Maturity Model</a> to get an idea of your processes maturity, possible problems, and potential for growth. %p The first step on the path of adoption will be to realize your current situation. Take a look at the <a href="maturity-model">Maturity Model</a> to get an idea of your processes maturity, possible problems, and potential for growth.
   
%section#how-to-contribute %section#how-to-contribute
%h2 How to contribute %h2 How to contribute
Loading
Loading
Loading
@@ -25,6 +25,8 @@
Loading
@@ -25,6 +25,8 @@
   
<meta property="og:image" content="images/evolution.png" /> <meta property="og:image" content="images/evolution.png" />
   
= partial "ga"
-#= javascript_include_tag "https://code.jquery.com/jquery-2.1.4.min.js" -#= javascript_include_tag "https://code.jquery.com/jquery-2.1.4.min.js"
-#= javascript_include_tag "all", "bootstrap.min", "likely" -#= javascript_include_tag "all", "bootstrap.min", "likely"
   
Loading
@@ -65,4 +67,3 @@
Loading
@@ -65,4 +67,3 @@
h1 h1
text-align: center text-align: center
font-size: 120px font-size: 120px
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment