POV-Ray : Newsgroups : povray.off-topic : Hungarian notation : Re: Hungarian notation Server Time
4 Sep 2024 01:20:00 EDT (-0400)
  Re: Hungarian notation  
From: Warp
Date: 5 Jun 2010 10:24:53
Message: <4c0a5e34@news.povray.org>
andrel <byt### [at] gmailcom> wrote:
> The objection is not to hungarian notation per se*. It is about using it 
> wrongly.

  That kind of complaint seems kind of moot. Of course if you use any naming
convention wrongly, the code becomes crap. If I do this:

    int multiply(int x, int y)
    {
        return x + y;
    }

then that code is crap, of course. It uses the wrong name for what the
function is doing.

  Why object about wrong usage of hungarian notation in particular?

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.