acturtle / cashflower

An open-source Python framework for actuarial cash flow models
https://cashflower.acturtle.com
MIT License
38 stars 9 forks source link

code navigation using graph #211

Open MatthewCaseres opened 1 year ago

MatthewCaseres commented 1 year ago

it seems like a graph is being constructed in networkx. are there plans to provide navigation to the formula on the basis of some graph? I think VSCode can do something like this

zchmielewska commented 1 year ago

Hi @MatthewCaseres, yes, the graph between variables is constructed in networkx. There are indeed plans to provide a functionality to navigate between variables. I did not know that VSCode has something, I will look into it and get back to you. Thanks for the tip!