Are there tools that can automatically evaluate the degree to which SOLID principles of OO design are respected in a project?
Are there tools that can automatically evaluate the degree to which SOLID principles of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nope.
The principles of SOLID are higher-level concepts than a computer can be aware of. Things like LSP can’t be verified by a computer short of running a piece of code with every conceivable input. And SRP can’t be mechanically verified at all.