blue-oil/blueoil

View class in dlk should be merge into Operator classes

Open

#478 建立於 2019年10月2日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (250 star) (85 fork)batch import
good first issue

描述

View.run method in view.py is quite long. It is actually just returning stringified C++ source code for each operator. Hence, it looks very natural to decompose this method and merge the pieces into each corresponding operators implementation in operator.py.

After the merge, we will be able to remove View class.

貢獻者指南