Engineering “Smell”

In software development, a phrase that gets used frequently is "code smell" - referring to an "odor" that code has or develops due to poor initial design or inattention to refactoring during continued development or maintenance.  Hallmarks of "code smell" include things like copying and pasting blocks of code instead of refactoring into callable functions, … Continue reading Engineering “Smell”