add: new interfaces

This commit is contained in:
Inanc Gumus
2019-08-17 15:55:25 +03:00
parent ccfa68200a
commit b95be49711
73 changed files with 3058 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
### PROBLEM
+ `parser.go/parse()` also does updating. back to square one.
+ we need to extract the reusable behavior: scanning.
+ inflexible:
+ adding a filter is hard. needs to change the `scan()` code.
+ adding a grouper is also hard. domain grouping is hardcoded.
## SOLUTION
+
## IDEAS:
+ make domain filter accept variadic args