Maximum Method Name Length

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2009-01-08T21:15:33Z Indexed on 2010/04/15 23:43 UTC
Read the original article Hit count: 542

Does anyone happen to know what the maximum length of a method name is in your programming language of choice? I was going to make this a C# specific question, but I think it would be nice to know across the spectrum.

What are the factors involved as well:

  • Does the language specification limit this?
  • What does the compiler limit it to?
    • Is it different on 32bit vs 64bit machines?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about specifications