1 questions
SOLID principles apply the same way they do in any OOP codebase — widgets, repositories, and use cases are the concrete places you apply them: single-responsibility widgets, interfaces for repositories (dependency inversion), and small, focused classes over sprawling ones.