Thanks!
On Sunday, April 14, 2019 at 3:28:59 AM UTC+3, al...@alrux.com wrote:
>
> While the expected r/w patterns will certainly influence the amount of
> pain you may feel from using "global state", I would not consider it to be
> the main deciding factor.
>
> Now, please keep in mind that this
To summarize.
- w package-level var is not going to be subject of modification while
being read. No problems to solve, carry on with package-level vars.
- w package-level var is going to be subject of modification while being
read. Problems arise, stop using package-level vars. Sol