Skip to content

Commit

Permalink
Update RefactoringPatterns.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memcmahon authored Oct 16, 2023
1 parent d31fbb6 commit 2fa3bc4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions module5/labs/Week2/RefactoringPatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ Implement the following refactoring patterns. Check out a new branch (from main

In your submission, we will ask for some reflection on each, so it would be helpful to keep notes as you go!

[ ] Extract Interfaces

[ ] Extract Methods

[ ] 🌶️ Move Methods

[ ] 🌶️🌶️ Extract Classes (We didn't cover this one in class!)

[ ] 🌶️🌶️🌶️ Any other refactoring pattern that you think would make this code better
* [ ] Extract Interfaces
* [ ] Extract Methods
* [ ] 🌶️ Move Methods
* [ ] 🌶️🌶️ Extract Classes (We didn't cover this one in class!)
* [ ] 🌶️🌶️🌶️ Any other refactoring pattern that you think would make this code better

As you refactor, keep in mind that refactors **should not** cause any existing tests to break. You may need to add tests, but you should not remove or change any existing tests.

Expand Down

0 comments on commit 2fa3bc4

Please sign in to comment.