bloomberg / pystack

🔍 🐍 Like pstack but for Python!

Home Page:https://bloomberg.github.io/pystack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global state is ugly state

pablogsal opened this issue · comments

We handle setting the version currently using a very ugly global state and that makes us sad. Although there is nothing inherently wrong with this because we don't intend to be able to process several applications in parallel (at the moment, maybe there is space of pystack as a library) this is not really very elegant.

It would fill us with joy if we could move all this global state to some encapsulation.