mcostalba / scoutfish

Chess Query Engine
GNU General Public License v3.0
156 stars 23 forks source link

Incorporate chess_db functionality into scoutfish #19

Closed gbtami closed 7 years ago

gbtami commented 7 years ago

From GUI development point of view it would be convenient to have the book/find functionality of chess_db in scoutfish/csoutfish.py. Both using the same parser so this seems reasonable anyhow.

mcostalba commented 7 years ago

In my mind I prefer to keep them disjoint. It is up to the GUI to bundle them, possibly together with other sources and databases and provide a consistent experience to the user.

I think every tool should be focused and specific to do one single task. These are back-end tools, not front-end and this is an important difference also from the point of view of the feature set.

I am against a swiss-army-knife approach for a back-end specific tool.

gbtami commented 7 years ago

Np, I understand your point.