Sounds good.
Obeying some design patterns is good but sometimes makes the code tedious
and hard to understand.
Before we transfer codes to the Apache repository and having a JIRA, we can
still use the issue page on Github.
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


乔嘉林 <[email protected]> 于2018年11月27日周二 上午11:02写道:

>  Hi,
>
>  I plan to remove the visitor pattern of filter in TsFile.
>  It will make the code more clear and reduce the call stack.
>
>  Then we can use filter like:
>
>         Filter<Integer> filter = new Eq<>(10);
>         boolean result = filter.satisfy(10);
>
>
>  Jialin Qiao
>

Reply via email to