Closed dblock closed 9 years ago
I think this is better than passing things through a module class variable, but I am not 100% sure. This avoids theoretical concurrency issues and possibly some GC.
LGTM. I always opt for lesser code and your point on concurrency issues makes sense.
as long as this doesn't break backward compatibility, merge it!
Thanks, merged.
I think this is better than passing things through a module class variable, but I am not 100% sure. This avoids theoretical concurrency issues and possibly some GC.