Lava Code

last modified: November 13, 2014

The AntiPatternsBook diagnoses LavaCode: StovepipeProjects often contain inextricable modules that cannot be removed easily (in the absence of UnitTests and Refactor-minded coders) and which do nothing.


Also known as LavaFlow, which can result from coding against a changing architecture.

See also: SideEffect, ErrorsBecomeFeatures


Loading...