|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 | added 208 characters in body | ||
|
I refactor code as soon as it's functional (all the tests pass). This way I clean it up while it's still fresh in my mind, and before anyone else sees how ugly the first version was. After the initial check-in I typically refactor every time I touch a piece of code. Refactoring isn't something you should set aside separate time for. It should be something you just do as you go. |
||||
|
1 |
|
||
|
I refactor code as soon as it's functional (all the tests pass). This way I clean it up while it's still fresh in my mind, and before anyone else sees how ugly the first version was. |
||||
