Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 65512de

Browse files
committed
Update README.md
1 parent 598cd98 commit 65512de

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ all the occurrences in the selected method to use the instance variable:
8181

8282
## Roadmap
8383

84+
Not prioritized.
85+
8486
Integration:
8587

8688
* Vim Plugin to apply refactorings from within Vim.
@@ -98,8 +100,8 @@ List of Refactorings to implement:
98100
* Private Methods Only first
99101
* Rename Instance Variable
100102
* 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)
103105
* Extract Interface
104106

105107
## Internals
@@ -110,12 +112,3 @@ List of Refactorings to implement:
110112
* Apply Domain-Driven-Design and find suitable Bounded Contexts and Ubiquitous Language within them
111113
* Avoid primitive obsession by introducing value objects for useful constructs in the domain
112114

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-

0 commit comments

Comments
 (0)