TheDataStation / datastation-escrow

Apache License 2.0
1 stars 0 forks source link

Global variable #69

Open raulcf opened 1 year ago

raulcf commented 1 year ago

https://github.com/TheDataStation/DataStation/blob/aed41944e6ddef1878e5cccd2f3c9f62de87d2d3/server/fastapi_server.py#L53

I smell an anti pattern here.

If we really need a global variable, then let's declare it at the top, so readers see it.

why do we need it though? need to check out fastapi