Dependency Management – the Good, the Bad, the Ugly
Dependencies are an epidemic in software development. And the reality is, dependencies are not going to go away. As you scale your Agile efforts, your dependencies scale as well. Therefore, instead of just managing them, the solution to ruthlessly mitigating dependencies lies in empowering people and enabling flow.
Got ugly dependencies? Read on to find out how to apply both the agile mindset and actionable items to progress from ugly to good dependency mitigation. We’ll explain actionable strategies you can use to move your teams from managing dependencies to mitigating dependencies.
Introducing Scrum to Your Team
When introducing Scrum to your team, you want to bring it to them methodically, specifically, in a way where the team can consume it, learn it, and then begin to make it their own.
The Importance of Agile Software Testing in the Development Process
The use of agile development methods and practices has become something increasingly more natural in companies' daily lives. Some of these companies, although they do not admit it, implicitly end up applying some common practices, with the aim of obtaining results sooner.
Another Real World BDD Example (#2)
This is my second real world BDD examples that we use here at Clearly Agile. I've been given permission to share this piece of code from the client.
In this example, we have a scenario where a user can create something called a "Project" and it has to have a correct "Open Date". Which is when the Project is complete.
Real World Example of BDD #1 - Behavior Driven Development. Agile Engineering Practices.
I thought I would share some of the real world examples of Behavior Driven Development patterns, or BDD.