balqui / prefscript

PReFScript: A Partial Recursive Functions Lab
MIT License
0 stars 0 forks source link

Option to show how-constructed in list #10

Closed balqui closed 2 months ago

balqui commented 1 year ago

But that info is in FunData, and for this it must either migrate to the main class or somehow tune the str method.

But, if that info migrates, as the code has done, then FunData turns too simple to warrant a separate class and file.

If a way is found to tune str , then maybe code could return to FunData. Maybe via overriding upon inheritance.

balqui commented 1 year ago

Eventually chose to move class FunData into the same file prefscript.py and reassign the string construction tasks among the various methods and classes. If things stabilize there, I will close this issue.

balqui commented 2 months ago

This has not required attention for some time now. I label the current solution as good and close the issue.