TechLingo.fyi
Add new
Search
WET
Write Everything Twice
English
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
Copy permalink
Share on Twitter
Suggest edits
Similar terms
DRY
YAGNI
Legacy Code