Hi William,

here is the link to the latest document: 
http://qooxdoo.org/docs/general/coding_style
I’ll check if you can still stick to this rules on Monday. But I’m quite sure.

In the meanwhile you can have a look at my *personal* style guide rules: 
https://github.com/tobiasoberrauch/qooxdoo-style-guide
But, *be aware*: This rules has *nothing* to do with the official qooxdoo rules 
☺ Just for inspiration.

Are you missing a rule?

Cheers Tobias

Von: William Oprandi [mailto:william.opra...@gmail.com]
Gesendet: Samstag, 18. Oktober 2014 13:34
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Heterogeneous code in Interfaces?


I'd be happy to help but where find qooxdoo coding conventions ?
Le 17 oct. 2014 10:50, "Tobias Oberrauch" 
<tobias.oberra...@1und1.de<mailto:tobias.oberra...@1und1.de>> a écrit :
Hi Stefan,

You're right. This framework is growing over the last years with help of many 
developers
with different paradigms and "styles" of programming.

But with your help and the help of the community we can reach the goal to 
improve these interfaces
to become more heterogeneous. To reach this goal much faster we would be very 
happy
if you send us pull requests to improve qooxdoo :)

If you have questions about the pull request process don't hesitate to ask us.

Have a nice weekend
Cheers Tobias



-----Ursprüngliche Nachricht-----
Von: d...@cost-savers.net<mailto:d...@cost-savers.net> 
[mailto:d...@cost-savers.net<mailto:d...@cost-savers.net>]
Gesendet: Donnerstag, 16. Oktober 2014 21:21
An: 
qooxdoo-devel@lists.sourceforge.net<mailto:qooxdoo-devel@lists.sourceforge.net>
Betreff: [qooxdoo-devel] Heterogeneous code in Interfaces?

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<mailto:qooxdoo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
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<mailto:qooxdoo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
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