Nikita Sobolev 10/13/2019

Complexity Waterfall

Read Original

This article analyzes how code complexity enters a codebase through large chunks or incremental changes, which are hard to detect in reviews. It advocates for using automation and linting tools to identify complexity in expressions, functions, and higher-level abstractions. The goal is to enable practices like 'Continuous Refactoring' and 'Architecture on Demand' to maintain simple, clean code.

Complexity Waterfall

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week