Member-only story

As you know, getting WET is one of the most major problems while coding. Especially If you’re a Flutter developer, the situation is even worse. Because Flutter is amazing and you can’t keep yourself away from writing code fast.
As the proverb says
“Every Flutter developer gets WET when they’re coding.”
Here is some advice for you guys If you write the same code twice. You’re probably doing something really wrong. Please take a deep breath and write your code wisely again.
Also, there is a saying around developers.
“You can’t get DRY unless you WET”
So, enjoy while you’re coding, and don’t think too much to write perfect code at one time!
If you don’t know what DRY and WET mean:
DRY and WET are principles for good programming.
- DRY: Don’t Repeat Yourself
- WET: Write Every Time, Write Everything Twice
That’s all I got to say!
Thank you for reading!
I tried to explain as simply as possible. Hope you like it.