Git Product home page Git Product logo

response-cfc's People

Contributors

wellercs avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

response-cfc's Issues

Example(s)

It would be nice to see some examples of how you'd use this project!

Why not cfscript?

For a small component like this, it would make a lot of sense to write it in cfscript. This is just a suggestion, and I know a lot of folks dislike cfscript, but I think it makes small CFCs like this easier to read & comprehend quickly.

I don't get it

I didn't see any type="remote" functions.
What's this thing do again?

vlu?

What is vlu? I see it in a few of the functions in Response.cfc, such as:

<cffunction name="setErrorCode" output="false" access="public" returntype="void">
    <cfargument name="vlu" required="true">
    <cfset variables.response.errorCode = arguments.vlu>
</cffunction>

why not write:

<cffunction name="setErrorCode" output="false" access="public" returntype="void">
    <cfargument name="errorCode" required="true">
    <cfset variables.response.errorCode = arguments.errorCode>
</cffunction>

Just curious

What CF Version are you targeting?

What version of ColdFusion are you targeting?

If you are targeting CF9+, you could make those getters & setters implicit, doing away with a lot of the code here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.