Writing without classes seems like such a PITA. Hmm, where to put this state that would normally be a class private field? module level global variables? pylint hates that. How about serialize it to the module docstring? REDIS? Maybe give up on module oriented programming?
Oh, add properties (value types and def's and lambdas) to the running function and then hack the function object into a class. Or maybe dictionaries with values that are values and functions and give each function a ref to the parent dictionary.
♡ 0 ↻ 0