Re: Newbie: How to extract year from a Date object

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"J French" <erewhon@xxxxxxxxxx> wrote in message
news:43352102.177778265@xxxxxxxxxxxxxxxxxxxxxxx
> On Fri, 23 Sep 2005 12:10:04 -0500, "Ralph"
> <nt_consulting64@xxxxxxxxx> wrote:
>
> <snip>
>
> >Not that I or anyone else around here have blind personal preferences.
<g>
>
> >I avoided "warts" (m_xxx). I, who abuse Hungarian outragiously, just
thought
> >they looked ugly. Even going so far as calling it toad-programming.
However,
> >since having been bitten several times in the proverbial location, I have
> >learned to appreciate their usefulness. <g>
>
> Except for Objects (especially visual ones) I really dislike
> Hungarian notation
>
> One can spend ages looking at the prefix wondering
> 'What the heck does that lot mean ?'
>
> - acbogJerry ( a virtual beer to anyone who can suss that out )
>

I love Hungarian notation. I adopted it early using a home-grown version in
my pre-ANSI C days. It has a proven track record in assisting programmers to
write readable and maintainable code.

Like all standards it depends on one to actually use the 'standard' - I
suspect that you have either combined several conventions (MS, ADO,
Leszynski, Hungarian, ...) or it is malformed. (My guess - you meant to type
"gacboJerry".)

In any case a variable 'name' is always meaningless when removed from the
context in which it was used. Whether 'English' or 'Hungarian'.

-ralph
(8 lines, poor)


.



Relevant Pages

  • To Hungarian or not to Hungarian
    ... We are re-thinking our Delphi coding standards to match closer to the ... A 'heated' discussion ensued over the use of Hungarian notation on ... TADODataSet -> AdoDataSetProducts ... Why all the extra typing? ...
    (borland.public.delphi.non-technical)
  • Re: Naming Conventions?
    ... So there are no standards in SQL for naming? ... there are hungarian notation, Camel Case, Pascal ... Naming conventions are all about applied human psychology and are more closely related to information architecture than database theory. ...
    (comp.databases.theory)
  • Re: Naming Conventions?
    ... So there are no standards in SQL for naming? ... there are hungarian notation, Camel Case, Pascal ...
    (comp.databases.theory)
  • Re: Naming Convention for Web service method name
    ... Hungarian notation would be ugly... ... Yucks! ... Gaurav Vaish | http://www.mastergaurav.org ... Is there any standards to be followed for method name while writing Web ...
    (microsoft.public.dotnet.framework.webservices)