Files
learngo/interfaces/refactor-notes/refactor-03/changes.md
2019-08-19 10:21:17 +03:00

8 lines
103 B
Markdown

### PROBLEM
+ ...
## SOLUTION
+ `parser struct` -> `pipeline struct`
+ `parse()` -> `pipe(pipeline)`