-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor by adding AnnotateRoutes::Helpers #770
Refactor by adding AnnotateRoutes::Helpers #770
Conversation
cf. After refactoring, develop...nard-tech:feature/refactor_annotate_routes/processors (draft) I would like to refactor |
@nard-tech I'm confused as to what I should be reviewing. Should I just be reviewing commits 3a3b857, b1f7342, and 9cb8fc5? |
@drwl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work. I apologize for the delay -- have been traveling.
For further refactoring toward better architecture, I moved methods `.strip_annotations`, `.extract_magic_comments_from_array` and `.real_content_and_header_position` from `AnnotateRoutes` to `AnnotateRoutes::Helpers`.
For further refactoring toward better architecture, I moved methods
.strip_annotations
,.extract_magic_comments_from_array
and.real_content_and_header_position
fromAnnotateRoutes
toAnnotateRoutes::Helpers
.