Logic of query processing is not straightforward #107
Labels
priority: low
Low priority, can be addressed later
topic: interface
The design and implementation of the Forte interface
In an attempt to simplify the user's implementation of creating
Query
, we implement some logic intoprocess
, but since we are dealing with multipacks, we do not know beforehand where the query should be inserted. Thus in the_process_query
logic, we ask the users to return the specific pack to store the query. This logic is tricky to understand for developers. Probably even allowing the developer to handle all the query creation might be easier.See discussion:
#103 (comment)
The text was updated successfully, but these errors were encountered: