Articles with tag : map
***NOTE: This document was originally created by a member of the ColdFusion Engineering Team*** Sometimes it is useful to know the real-time load on a ColdFusion Server. One way to get this information is through cfstat, which displays the relevant i...
More Modern features in ColdFuison, what are these features? Here are some and examples for each: * CFScript * QueryExecute * Member Functions * Elvis Operator * Colusures * Map Reduce Filter Each * First Class Functions * Safe Navigator C...
In my previous blog, I had shown with examples, how you’d use map, filter, and reduce on arrays to manipulate values in an array. To reiterate, map transforms the values in an array (or struct or list), filter filters a value that satisfies a conditi...
Functional programming has gained popularity in the recent past. Using functional programming techniques, you can write code that is relatively bug-free, easier to debug and test, and easier to refactor. One of the reasons why functional programming ...