Let's say there is a method validating user's input. This method check if there is any duplication in list, and if exists, throw some kind of exception.
In this situation, which is proper naming for this method?
- validateIsDuplicated
- validateDuplication
- validateNonDuplication
- or else..
Since English is not my mother language, I'm not familiar with this. I'd appreciate it if you explain me why.