"Good Enough" Architecture • Stefan Tilkov • GOTO 2019
Video Statistics and Information
Channel: GOTO Conferences
Views: 199,799
Rating: 4.8748603 out of 5
Keywords: GOTO, GOTOcon, GOTO Conference, GOTO (Software Conference), Videos for Developers, Computer Science, Programming, GOTOber, GOTO Berlin, Stefan Tilkov, INNOQ, Software Architecture, GOTOoslo, GOTO Oslo
Id: PzEox3szeRc
Channel Id: undefined
Length: 41min 41sec (2501 seconds)
Published: Wed Apr 01 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This is a talk from GOTO Berlin 2019 by Stefan Tilkov, co-founder and principal consultant at INNOQ. The full talk abstract can be found below:
In this session, we’ll take a look at some of the ways we can determine whether the development efforts we’re undertaking suffer from too much or too little focus on architecture. We’ll examine a number of real-world examples that are intended to inspire either admiration or terror, and try to find some recipes of how we can get more of the former and less of the latter in our own projects.
What will the audience learn from this talk?
How to find the right balance between agile/ iterative/ incremental development, diving right into coding, up-front planning, and continuous architecture focus.
Thanks for this insightful talk.
I especially like non-extensible extensibility ( at 10' in the video). This is the problem I see the most often using software package, and I agree 200% that for complex projects we should sometimes go specific. I wrote a small post on this, and would love to have your advice.