Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 428 Bytes

refactoring-exercise-javascript

To install dependencies:

npm install

To run the tests:

npm test

Assume that this code has been in production for years without complaint. We are trying to understand the code better so are going to use our refactoring skills to "read" the code.

Add tests as needed. Be careful to maintain existing functionality as you refactor.

Sniff out the smells and refactor them away!