Infos
11:30 - 12:20
Auditorium
Description
Today, programmers do not develop applications from scratch, but rather spend their time fixing, extending, modifying and enhancing existing applications. The biggest problem in their daily work is that maintenance mutates over time from structured programming to defensive programming: The code becomes too complex to be maintained. We insert code we know is stupid from an architectural point of view, but it is the only solution that will hopefully work. Maintenance becomes more and more difficult and expensive. Our software accumulates technical debts.
In this talk, you will see how you should improve your architecture and source code to prevent technical debt from growing unrestricted. With the proper knowledge of well-structured architecture, refactorings for tangled code can quickly be found. Complex code can be eliminated, and maintenance costs will be reduced.