#refactoring
Every summary, chronological. Filter by category, tag, or source from the rail.
Tag · #refactoring
Stop Chaining Methods: Applying the Law of Demeter
Method chaining creates hidden dependencies on internal object structures. By applying the 'Tell, Don't Ask' principle, you can encapsulate these paths, reducing coupling and simplifying test mocks.
Level Up Coding
Why Readable Code Can Be a Production Liability
A clean, elegant refactor can fail in production if it obscures the execution flow, making it impossible for on-call engineers to debug incidents under pressure.
Python in Plain English
Showing 2 of 2