Talk:Roman numerals/Encode

From Rosetta Code
Revision as of 03:14, 1 April 2008 by rosettacode>Waldorf (New page: The Java example does not enforce the requirement that the parameter for the conversion function must be a positive integer. Enforcement of such a requirement should result in an error con...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Java example does not enforce the requirement that the parameter for the conversion function must be a positive integer. Enforcement of such a requirement should result in an error condition, such as an exception, rather than simply no output when a value less than 1 is passed to the function.--Waldorf 21:14, 31 March 2008 (MDT)