TechLingo.fyi

WET Write Everything Twice

An anti-pattern in coding where the same information or logic is repeated, violating the DRY (Don't Repeat Yourself) principle.

"If you notice you're writing WET code, you should consider refactoring to improve maintainability."

Other languages: EspaƱol

Similar terms

DRY

YAGNI

Legacy Code