Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Code style question -- code review

by GrandFather (Saint)
on May 21, 2021 at 03:18 UTC ( [id://11132825]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (currMaj < bestMajVer || (currMaj == bestMajVer && currMin <= bestM
    +inVer))
       // Current image is no better than the best so far
    ...
       || (currMaj == bestMajVer && currMin <= bestMinVer)
       )
       // Current image is no better than the best so far
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-26 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found