Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-08 | Split flow.py to simulate.py and model.py | xengineering | |
model.py should be a file containing only dataclasses to model finance. simulate.py should take care of the simulation of that finance data to create a financial forecast. | |||
2024-09-08 | Rename demo -> demo.py | xengineering | |
This makes sure this script is also detected by the tools used in tools/check_source.sh. In general it is not a bad idea to use a file name extension to indicate the file type. This improves compatibility with other tools in general. The downside is that command line tools usually should not have a file name extension. This can be worked around by using symlinks or an install step. Both can remove the file name extension. |