- Look at our list of Tags / Functions Missing Descriptions and add a description.
- Look at our list of Tags / Functions without Examples and add some examples. You can use this utility to format the examples into the correct JSON format.
- Look at our list of Tags / Functions without Related Links and add a link to a related blog entry or article.
- Look at our GitHub Open Issues and fix something.
It's documented in the main README.
It should run on Adobe ColdFusion 10+ or Lucee 4.5+ please make sure any changes made to the codebase work on these platforms. Sadly that means you can't use member functions at this time.
Tabs.
Use true
/false
Example:
arr = []; // implicit
// is the same as
arr = arrayNew(1);
unorderedStruct = {};
orderedStruct = [:];
// is the same as
unorderedStruct = structNew();
orderedStruct = structNew('ordered');
Use implicit.
Please see the LICENSE file.
No - any examples or code submitted must be your own work.
The main site is cached by Amazon CloudFront for performance, so changes do not show up right away. Most pages are cached for 24 hours.
If you are not showing up on the leaderboard after 24 hours you might need to try this: http://contribution-checker.herokuapp.com/