DEV Community

Discussion on: How to Write a Good Piece of Code

Collapse
 
aindong profile image
Alleo Indong

I agree with you that the first step should be breaking down the things that needs to be done, try to create a clear view of what you are going to create.

But there are times that you have to hack into a problem first and do Refactor later on. IDE Annotations like @TODO, @FIXME, @REFACTOR is a great tool for revisiting the old solution.