abstract naming conventions

From: Shemp (stoogemaniac_at_mchsi.com)
Date: 04/13/04

  • Next message: Silvio Bierman: "Re: abstract naming conventions"
    Date: Tue, 13 Apr 2004 12:57:43 GMT
    
    

    We are having a debate in our organization about naming conventions for
    abstract classes. The three proposed methods are:

    1) Prefix the class name with abstract. Example: AbstractUser
    2) Prefix the class name with a: Example aUser
    3) Don't do anything to the class name.

    I would appreciate hearing what everyone else is doing for naming abstract
    classes.

    Thanks!


  • Next message: Silvio Bierman: "Re: abstract naming conventions"

    Relevant Pages

    • Re: abstract naming conventions
      ... > We are having a debate in our organization about naming conventions for ... > abstract classes. ... The three proposed methods are: ... > 1) Prefix the class name with abstract. ...
      (comp.lang.java)
    • Re: abstract naming conventions
      ... > We are having a debate in our organization about naming conventions for ... The three proposed methods are: ... > 1) Prefix the class name with abstract. ... Look at the problems that the debate is ...
      (comp.lang.java)
    • Re: UI Question: Protecting Critical Delete?
      ... I don't prefix variables either. ... such naming conventions are no ... meta data that is easily available. ... Rick Brandt, Microsoft Access MVP ...
      (comp.databases.ms-access)
    • Re: Object oriented best practices // Creating Objects and ObjectColletions from DataLayer
      ... Another question I had was naming conventions in SQL 2000. ... Currently I prefix my columns like ... I seen Microsoft do UserID as UserID ... use Pascal casing in most cases and camel casing in parameters. ...
      (microsoft.public.dotnet.framework)