Five Lines of Code
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore a systematic approach to refactoring and managing technical debt in this 35-minute conference talk from GOTO Copenhagen 2022. Learn how to implement basic software hygiene practices like refactoring and testing to reduce friction in delivering value to users. Follow along as Christian Clausen, author of "Five Lines of Code" and Technical Agile Coach, demonstrates a simple, iterative method for tackling code smells and improving maintainability. Discover techniques such as strong-style pairing, the "Five Lines" rule for statements, and type code elimination for better code flow. Gain insights into creating a safe refactoring environment, identifying code smells, and transforming them into actionable rules. Perfect for tech leads, developers, and teams looking to enhance their codebase quality and reduce technical debt.
Syllabus
Intro
A new project
Dead weight
Strong-style pairing
Safety
The code
The environment
The smells
From smells to rules
Five lines: Statement
Type code elimination: Flow
Trail map: Summary
Outro
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