File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
_notes/software-architecture/refactoring Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ layout: notes
6868# Composing Methods
6969* [ Extract Function] ( https://www.refactoring.com/catalog/extractMethod.html )
7070* [ Inline Function] ( https://www.refactoring.com/catalog/inlineMethod.html )
71+ * [ Rename Variable] ( https://refactoring.com/catalog/renameVariable.html )
7172* [ Inline Variable] ( https://www.refactoring.com/catalog/inlineTemp.html )
7273* [ Replace Temp with Query] ( https://www.refactoring.com/catalog/replaceTempWithQuery.html )
7374* [ Extract Variable] ( https://refactoring.com/catalog/extractVariable.html )
@@ -103,6 +104,8 @@ layout: notes
103104* [ Remove Subclass] ( https://refactoring.com/catalog/removeSubclass.html )
104105
105106# Moving Object Features
107+ * [ Rename Field] ( https://refactoring.com/catalog/renameField.html )
108+ * Rename Class
106109* [ Move Function] ( https://www.refactoring.com/catalog/moveFunction.html )
107110* [ Move Field] ( https://www.refactoring.com/catalog/moveField.html )
108111* [ Extract Class] ( https://www.refactoring.com/catalog/extractClass.html )
@@ -121,7 +124,7 @@ layout: notes
121124* [ Preserve Whole Object] ( https://www.refactoring.com/catalog/preserveWholeObject.html )
122125* [ Replace Parameter with Query] ( https://www.refactoring.com/catalog/replaceParameterWithQuery.html )
123126
124- # Simplying Method Calls II
127+ # Simplifying Method Calls II
125128* [ Introduce Parameter Object] ( https://www.refactoring.com/catalog/introduceParameterObject.html )
126129* [ Remove Setting Method] ( https://www.refactoring.com/catalog/removeSettingMethod.html )
127130* [ Hide Method] ( https://www.refactoring.com/catalog/hideMethod.html )
You can’t perform that action at this time.
0 commit comments