Expand description
Singleton pattern recognition
Detects the Singleton pattern in code by identifying:
- Module-level class instances
- Class-level static instances
- Singleton instance methods being called
Singleton pattern recognition
Detects the Singleton pattern in code by identifying: