Is there any reason why the type checking and parameter counting of Interfaces 
are heterogeneous?

In some classes

arguments.length == 1

and others

this.assertArgumentsCount(arguments, 1, 1);

are used.

Furthermore, in some

no type checking when incoming parameters of functions/methods

in others

this.assertInteger(month);


Shouldn't all implement the assert functions?


Stefan

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to