DEV Community

Discussion on: Stop trying to be so DRY, instead Write Everything Twice (WET)

Collapse
 
angsuman profile image
Angsuman Chakraborty

Yes. I take it an opportunity to redo a second time something which I found an way to improve and then refactor the first instance with the new version.

Also to develop a complex piece of code I do it iteratively. First get it working and then iteratively improve it to my satisfaction.