Failure is always an option

I finally learned what the singleton_class object was for from this talk. It seemed like an unusual thing on every object without a reason before. Now I see it’s used when modifications are done to a singleton instance and how that’s detrimental to performance.

1 Like