From 2fa3bc45df372219edfd2d245df664d3e4711e41 Mon Sep 17 00:00:00 2001 From: Megan McMahon Date: Mon, 16 Oct 2023 08:10:47 -0600 Subject: [PATCH] Update RefactoringPatterns.md --- module5/labs/Week2/RefactoringPatterns.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/module5/labs/Week2/RefactoringPatterns.md b/module5/labs/Week2/RefactoringPatterns.md index 253b0c04..2267dd1c 100644 --- a/module5/labs/Week2/RefactoringPatterns.md +++ b/module5/labs/Week2/RefactoringPatterns.md @@ -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.