Ver Mensaje Individual
  #5  
Antiguo 29-10-2012
noob noob is offline
Miembro
 
Registrado: sep 2008
Posts: 212
Reputación: 16
noob Va por buen camino
He visto la Object Pascal Style Guide, está bastante interesante.

En lo referente a mi pregunta pone:

Begin each type declaration with a capital F, and declare all data types in the private section, using properties or getters and setters to provide public access. For example, use the name GetSomething to name a function returning an internal field value and use SetSomething to name a procedure setting that value.
Responder Con Cita