Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^7: Burned by precedence rules (fail() if "false";)

by swampyankee (Parson)
on Dec 31, 2008 at 00:48 UTC ( [id://733365]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Burned by precedence rules (fail() if "false";)
in thread Burned by precedence rules

No doubt it was originally defined as FOUR = 4, but then somebody was told to change it to 42 or π. This is why I tend to avoid setting constants like THREE = 3. I find it rather annoying to have constants with clear names that lie. After all, complex code is self-obfuscating; it doesn't need any help.


Information about American English usage here and here. Floating point issues? Please read this before posting. — emc

  • Comment on Re^7: Burned by precedence rules (fail() if "false";)

Replies are listed 'Best First'.
Re^8: Burned by precedence rules (fail() if "false";)
by gwadej (Chaplain) on Dec 31, 2008 at 04:33 UTC

    Something like that.

    This is why I started using the term magic constants a few years ago to complement magic literals. Everybody agrees that magic literals in code are a bad idea. But, what happens when the constant you chose to replace is with provides no more meaning or abstraction...magic constant.

    A constant like FOUR provides so little information that it would have been better to leave the original literal 4 in the code.

    G. Wade

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://733365]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found