Files
learngo/advfuncs/logparser/refactor-notes/refactor-03/changes.md

8 lines
103 B
Markdown
Raw Normal View History

2019-08-17 15:55:25 +03:00
### PROBLEM
+ ...
## SOLUTION
+ `parser struct` -> `pipeline struct`
+ `parse()` -> `pipe(pipeline)`