javascript-todo-list-tutorial icon indicating copy to clipboard operation
javascript-todo-list-tutorial copied to clipboard

Can we include a section/sub-tutorial on "refactoring"?

Open nelsonic opened this issue 6 years ago • 0 comments

I've never seen a tutorial that includes refactoring... and yet this is one of the most important skills to have in TDD-topia!

thinking we could revisit the update function and make the parameters alphabetical. e.g:

update(action, model, data)

becomes:

update(action, data, model)

nelsonic avatar Sep 02 '18 06:09 nelsonic