WIthin the code, the documentation of many functions have been labeled "// 
overridden" while they actually have been augmented. According to our view:

Example of overridden:
    // overridden
    _add : function(child, options) {
       ...
    },

and augmentation:
    // augmented
    _add : function(child, options) {
      this.base(arguments, child, options);
       ...
    },

Examples of where we think it has been labelled in a wrong way is: 
qx.ui.toolbar.ToolBar

We would change the label from "// overridden" to "// augmented" in example 2.

Do you agree?

Stefan
                                          
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to