Does the number of validation ClassMethods have anything to do with the performance of an application? Could a boatload of validations cause a strain?
Does the number of validation ClassMethods have anything to do with the performance 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.
I would be astonished if validations made any significant impact on performance in any non-trivial application.
And as validations are integral for both user experience and data integrity, they would be one of the last things on my list to be concerned about.