1. Re: Graphics for Win32
> Cuny, David wrote:
> For Win32Lib, the naming standard would become:
> THE_CONSTANT
> ProcedureCall
> variableName
i prefer that method... the only change i might differ
with is that variable names and constant names are
similar to me so i usually all cap constants
ie: SCR_WIDTH and for variable names its all
lower case: angle_theta... its the _ that
lets me know its a variable/constant as opposed
to a function/procedure which gets no _ and cap'd
first letters: function InBounds()...
sometimes, if it's a big project, ill do the
following as well for variables:
A_angle_theta --A for atom, S for seq, I for int...
S_first_name
I_birth_date
with win32lib that might be real handy...
justa my wittle thoughts... :) --Hawke'