This repository was archived by the owner on Jul 12, 2020. It is now read-only.
File tree 1 file changed +4
-11
lines changed 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ all the occurrences in the selected method to use the instance variable:
81
81
82
82
## Roadmap
83
83
84
+ Not prioritized.
85
+
84
86
Integration:
85
87
86
88
* Vim Plugin to apply refactorings from within Vim.
@@ -98,8 +100,8 @@ List of Refactorings to implement:
98
100
* Private Methods Only first
99
101
* Rename Instance Variable
100
102
* Private Variables Only First
101
- * Rename Class ( PSR-0 aware)
102
- * Rename Namespace ( PSR-0 aware)
103
+ * Rename Class PSR-0 aware (Done )
104
+ * Rename Namespace PSR-0 aware (done )
103
105
* Extract Interface
104
106
105
107
## Internals
@@ -110,12 +112,3 @@ List of Refactorings to implement:
110
112
* Apply Domain-Driven-Design and find suitable Bounded Contexts and Ubiquitous Language within them
111
113
* Avoid primitive obsession by introducing value objects for useful constructs in the domain
112
114
113
- ### Processing steps
114
-
115
- When you run the Refactoring Browser the following steps happen:
116
-
117
- * Update Type Database (based on filemtime or md5 hashes?) when necessary for refactoring
118
- * Analyze Refactoring (pre conditions)
119
- * Generate Patch to perform refactoring
120
- * Optionally apply patch (Currently just pipe to patch)
121
-
You can’t perform that action at this time.
0 commit comments