You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not exactly a bug, more a topic for discussion and a problem for me.
For the ContractPen (contractpen.com) project I have developed an importer which imports this code into ContractPen data models. In the case of Eat Apples it is difficult to determine which class is the request class by looking at the model code alone.
Although I can determine it by looking at the Ergo code, my opinion - it would be nice to require request classes to be marked as request somehow, either by inheritance or other.
The text was updated successfully, but these errors were encountered:
Agreed, this should be fixed. This template was done before we had a proper hierarchy, but it should inherit from Request / Response in the common model.
This is not exactly a bug, more a topic for discussion and a problem for me.
For the ContractPen (contractpen.com) project I have developed an importer which imports this code into ContractPen data models. In the case of Eat Apples it is difficult to determine which class is the request class by looking at the model code alone.
https://github.com/accordproject/cicero-template-library/blob/master/src/eat-apples/models/model.cto
Although I can determine it by looking at the Ergo code, my opinion - it would be nice to require request classes to be marked as request somehow, either by inheritance or other.
The text was updated successfully, but these errors were encountered: