Don't Walk Away from Complexity, Run
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore strategies for managing complexity in software development through this insightful conference talk. Delve into the factors that contribute to system complexity, including excessive configuration, unnecessary components, and uncontrolled mutability. Learn how to identify and avoid common pitfalls like sneaking state changes and lack of cohesion. Examine the differences between libraries and frameworks, and understand the concept of accidental complexity in imperative programming. Gain valuable insights from an award-winning author and software practitioner on effectively dealing with complicated problems without getting bogged down by inevitable complexity. Discover practical approaches to make change more affordable and cost-effective in your software projects.
Syllabus
Intro
agility is the ability to adapt to change
What Makes Software Systems Complex?
Excessive Configuration Unnecessary Components
Configuration in XML
Don't Sneak Around and Change State
Uncontrolled Mutability
State Transition Causes Brain Damage
Happiness is when the world understands programmers
Lack of Cohesion
Frequency of Change
Reversibility?
Library vs. Framework
When I was young...
Resume Driven Development
A Tale of Infatuation
Accidental Complexity: Imperative Style
Imperative code is packed with accidental complexity
Complecting things is the source of Complexity*—Rich Hickey
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube