Fixed
Details
Assignee
Anastasia CheethamAnastasia CheethamReporter
Anastasia CheethamAnastasia CheethamComponents
Fix versions
Priority
Blocker
Details
Details
Assignee
Anastasia Cheetham
Anastasia CheethamReporter
Anastasia Cheetham
Anastasia CheethamComponents
Fix versions
Priority
Created December 7, 2010 at 8:32 PM
Updated January 14, 2011 at 3:54 PM
Resolved December 14, 2010 at 7:53 PM
Anything in our code that is "unsupported" (i.e. not meant for public use despite the fact that technically it is public) needs to be indicated as such in the comments in the code. This covers
a) public free functions i.e. functions in the public namespace, such as fluid.inlineEdit.foo()
b) methods and instance variables on an object returned by a creator function
c) options defined in a defaults block or otherwise processed in the code but not for public use
d) return values
Please a comment in the code mentioning that the method/function/option/argument/return value is unsupported, and perhaps an explanation of why.
Anything unsupported will not be publicly documented.