monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] "throw usage();" or "N();" for argument checking?


From: Timothy Brownawell
Subject: [Monotone-devel] "throw usage();" or "N();" for argument checking?
Date: Sun, 04 Jan 2009 01:56:52 +0000

Many commands check for eg the right number of arguments like so:

  if (args.size() != 3)
    throw usage(execid);

where others do

  N(args.size() == 0,
    F("no arguments needed"));


This ought to be made consistent, does anyone object to using the
'throw usage();' version everywhere?


-- 
Timothy

Free (experimental) public monotone hosting: http://mtn-host.prjek.net





reply via email to

[Prev in Thread] Current Thread [Next in Thread]