Prefix methods



Hi,

Would it be safe to prefix private and protected methods and properties with
and underscore? Would this cause any issues with other languages?

Cheers,


.



Relevant Pages

  • Re: Prefix methods
    ... Would it be safe to prefix private and protected methods and properties with ... Would this cause any issues with other languages? ... Prefixing the underscore is not acceptable in .net standards.. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Prefix methods
    ... Would it be safe to prefix private and protected methods and properties with ... and underscore? ... the "m_xxxx" convention for private data or methods. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MISRA new rule suggestion
    ... >different set of conventions. ... because nobody is ever instructed not to use underscore. ... >not done in other languages is the infix subtraction problem. ...
    (comp.arch.embedded)