The only SOLID acronym I know, was coined by
@unclebobmartin:
The SOLID principles are a set of five design principles in object-oriented programming that help developers create more understandable, flexible, and maintainable software. They include the Single Responsibility Principle, Open-Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.