I'm looking into code smells that have an impact on the readability of an application. I came across long method names and I was wondering if there is a convention for this.
I've checked the naming conventions in the scaladocs but it didn't list anything about the length of a method name. I also checked the Scalastyle rules and noticed it defaulted to 50.
Is there an official convention for the maximum length of a method name, and if so how long is it?