_53555922
Why are static methods less of a problem in Ruby and Python than in Java or C#? I think rather, you're just dealing with simpler constructs in scripting languages that are closer to the metal (ironically) so things like "global variables" are less scary inside an isolated interpreter instance.
1 reply