Modern businesses need fast and flexible IT. Fast in the realization of systems to stay ahead of the competition. And flexible in the direction the system implementation goes to easily adopt innovations which can bring business benefit.

Software dependencies

A good practice for software development to stay fast and flexible is to take as less as possible dependencies. The well-known SOLID principles are a good example of this low-dependency practice to stay flexible. As can be read on the ‘The OLD Object Mentor blog site’:

clemens1

Poor dependency management leads to code that is hard to change, fragile, and non-reusable. On the other hand, when dependencies are well managed, the code remains flexible, robust, and reusable. So dependency management, and therefore these principles, are at the foundation of the ilities that software developers desire.

http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod

Image from: Evolution Analysis of Large-Scale Software Systems Using Design Structure Matrices & Design Rule Theory [PDF] referenced from http://clemensreijnen.nl/post/2008/04/23/Rosario-Architecture-Explorers-Dependency-Matrix.aspx

Methodology dependencies

clemens2

This not only counts for code, but also for methodologies. When your team has many dependencies on other teams or managers, your team can’t be flexible and can’t be fast in the realization of a software system. Interesting is the diagram below, it is a visualization of the degree of coupling between different process elements in the RUP methodology.

Taken from an university study

http://www.micsymposium.org/mics_2006/papers/AltmannsbergerBuhlerRowe.pdf 

The figure shows, that there is a very high coupling for approximately one third of all process components. 21 process components have a coupling less than 25%, 8 process components have a coupling of more than 25% and 3 process components more than 40%.

It was shown that the RUP is customizable, but with significant limitations. The most significant limitation described is that the removal of roles and artifacts is nearly impossible due to the many dependencies among process elements.

Current practices are all focusing towards this fast development. Agile (what’s in the name) and its methodology frameworks like Scrum are already widely adopted and practiced by teams. And, while the team internally is tightly coupled the dependency with the outer team world is very low, making agile teams flexible. The adoption of DevOps and the goal to be capable to continuously deploy software to customers is a major step companies take to be fast.

A single dependency can ruin your day

Lately, we had an outage of our vint.sogeti.com and the lags.sogeti.com blogs, an outage of four days! Which is gigantic in cloud terms. The cause was an external WordPress plugin that blocked everything.

clemens3

It should be easy to solve (at least within four hours instead of four days), but due to two dependencies it took us several days: the the first were was the software dependencies, this blog is a WordPress blog engine with a ClearDB (MySQL) database, several open source plugins and hosted on Windows Azure. Where to start your investigation when things don’t respond anymore? Also interesting is the process of support calls you can have with the different vendors. Support on a system with multiple vendors can easily result in a deadlock (everyone helped us great, but without result and long wait times on each other due to different time zones / dependencies).

The management wasn’t happy; the move to the Cloud promised them an easy fast and flexible system. Moving everything to a different blog engine, hosting or database wasn’t easy due to the many dependencies between them, maybe an export and import could have worked.

The second dependency was the single person who had created these blogs went on vacation. It is hard to solve a problem without having anyone in near distance with system knowledge, to tell what has been done on the system.

Both the software dependencies and the process dependency made it hard to solve the problem. A solution for the process would for sure be software configuration management, having every bit in a source repository with history would have helped a lot to track the history of the system. This is a common practice in agile methodologies. From a software dependency perspective it is interesting that there wasn’t an exit strategy. Exit from the blog engine provider, database or platform, none of them could easily be replaced due to … again dependencies.

A software development department that wants to be able to always say YES WE’RE READY FOR CHANGE to the business should definitely manage its dependencies, together with the business it supports.

More information:

ClemensReijnenClemens Reijnen is a management consultant at Sogeti, specializes in Application Lifecycle Management, he gives VS2010 ALM courses throughout Europe, created the certified Agile TMap testing process template for TFS2010 and is a frequent speaker at conferences.

Clemens is vice president of the Dutch IASA chapter. His experience encompasses a deep knowledge and experience in software development.

You can catch Clemens on his technical blog at www.clemensreijnen.nl. Clemens also co-authored the book, Collaboration in the Cloud: How Cross-Boundary Is Transforming Business.

Acerca de Sogeti España

Como parte del Grupo Capgemini, Sogeti opera en más de 100 localizaciones a nivel mundial. Trabajando estrechamente con clientes y socios para aprovechar al máximo las oportunidades de la tecnología, Sogeti combina agilidad y velocidad de implementación para diseñar soluciones innovadoras enfocadas al futuro en Digital Assurance & Testing, Cloud y Ciberseguridad, y todo ello, impulsado por IA y automatización. Con su enfoque práctico y su pasión por la tecnología, Sogeti ayuda a las organizaciones a implementar su transformación digital a gran velocidad. Si quieres conocer nuestro "Value in the making", visítanos en www.sogeti.es

0 comments on ““Fast and flexible”

Deja tu comentario

Introduce tus datos o haz clic en un icono para iniciar sesión:

Logo de WordPress.com

Estás comentando usando tu cuenta de WordPress.com. Salir /  Cambiar )

Imagen de Twitter

Estás comentando usando tu cuenta de Twitter. Salir /  Cambiar )

Foto de Facebook

Estás comentando usando tu cuenta de Facebook. Salir /  Cambiar )

Conectando a %s

A %d blogueros les gusta esto: