Skip to content

Commit 830e747

Browse files
committed
Add rename (need to move
1 parent 2c5eed5 commit 830e747

File tree

1 file changed

+4
-1
lines changed
  • _notes/software-architecture/refactoring

1 file changed

+4
-1
lines changed

_notes/software-architecture/refactoring/catalog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)