ColdFusion Development: Less Coding for Faster Turnaround

Michaela Light
7 min readFeb 28, 2021

As any ColdFusion expert and consultant will tell you, we constantly run into companies using only select parts of ColdFusion and not its full potential. It’s like a chef with a huge spice rack who only uses paprika.

Creating apps, like cooking, needs diverse tools and ingredients to truly shine.

That means incorporating everything ColdFusion has to offer for developers, from productivity tools to coding tricks which reduce the number of keystrokes.

Adobe’s development platform offers a ton of ways to maximize efficiency while creating a great app. The key is to know Adobe ColdFusion well enough to exploit its full potential.

To that end, let’s explore some of ColdFusion’s biggest strengths which so many users miss out on:

  1. ColdFusion is built for RAD.
  2. CFScript — a developer’s best friend.
  3. ColdFusion Components: the CFML Swiss Army knife.
  4. Add-on tools for monitoring and fixing code.
  5. ColdFusion is easy to learn.

Let’s talk about it!

ColdFusion is built for RAD

“What’s RAD?!” I hear you ask. Well, much as I love the water, I’m not a surfer… Bro. Not

Remember when apps were wonky and generally… sucked? Well, that’s the pre-RAD era.

How many complex apps are released bug-free and perfected on the first try? None. Zero. Even with extensive in-house beta testing and tinkering, something will arise “out in the wild.”

RAD, essentially, gives up the search for imperfection and favors speed an innovation. It basically states, “You’re going to find the imperfections faster if you let an app roam among users.”

Anyone looking to innovate knows speed can mean the difference between releasing a game-changing app, or being late to the party, being met with “Oh, we already have an app that does something similar.”

Thankfully, RAD is ColdFusion’s bread and butter. It does that in two ways.

ColdFusion’s creators were quick to make their development platform integrate with the DevOps philosophy of app development. This approach — now industry-standard — allows the development and operations teams to work in tandem on an app, collaborating and meshing ideas rather than working in isolation.

Development used to involve a confounding, weird process where teams worked on their singular part of an app in isolation. They’d then come together and glue together their disparate creations to make a Frankenstein’s monster of an app.

That method is, thankfully, a thing of the past. RAD’s a speed-intensive approach to app creation which emphasizes efficiency and quick turnarounds over nearly everything else. And for good reason.

I’ve seen DevOps rejuvenate and speed up projects and apps which were written off as lost causes.

But adopting and implements DevOps isn’t ColdFusion’s only RAD trick.

The power of ColdFusion — its RAD-ness — comes from its language, CFML, which has many speed-based features baked in to encourage efficiency.

The language was once tag-based like HTML, which offered its own perks and downsides. Now modern developers use ColdFusion’s script-based add-ons to write and develop apps, similar to many other development platforms.

They spend less time typing as a result! Studies have shown three lines of CFML is equal to about 10 lines in Java.

What does all this mean? A faster turnaround from app conception to testing. That means your germ of an idea can reach the beta-testing stage faster than it would using competitors such as Java.

In fact, some companies see double-digit increases in productivity when using CF.

All this means much less coding for your developers once they’ve mapped out a new app or feature they’d like to integrate into your company’s offerings.

CFScript — a developer’s best friend

This extension of the ColdFusion Markup Language has become the most popular way for developers to code with CF, surpassing the once-popular tags-based model.

Think of it as a language within a language, with less overhead and typing than the original CFML.

CFScript resembles other familiar programming languages such as JavaScript. This makes the transition easy for developers that have just started learning how to code in CF.

Yet it’ll also be an easy addition to a veteran ColdFusion developer’s toolbox. CFScript uses all of ColdFusion’s expressions and functions, and accesses all its variables. No need to translate within the native CF platform. The decade-old ColdFusion veteran could adopt CFScript within days — I’ve seen it happen.

CFScript also has additional tools not available in its parent language.

For example, it lets you read and set variables, loop and process on a ColdFusion server.

CFScript is also good for:

  • Tweaking variable settings.
  • Creating user-defined functions.
  • Building flow control structures.

ColdFusion Components: the CFML Swiss Army knife

Among all of ColdFusion’s tools, Components may be my favorite. It’s the developer’s equivalent of a 3D printer in a mechanic’s shop.

Don’t have the precise tool you need? Build it yourself! Then use it over and over! The initial investment in time to create the CFC is always returned several times over once your developers begin using them within an app’s code.

ColdFusion Components, or CFCs, combine related functions into a single, bespoke tool which you can reuse throughout different parts of your application.

This lets user-defined functions and variables be deployed within code, rather than awkwardly contorting CFML to fit with your app’s needs.

  • send related services to a single unit.
  • bridge CF and Flash.
  • Make object-oriented programming a reality, such as inheritance and data-hiding.

Add-on tools for monitoring and fixing code

ColdFusion’s biggest asset may be the network of incredibly smart, experienced developers and consultants working on making it an even better development platform. There’s an entire group dedicated to building tools and add-ons to speed up the ColdFusion platform, while protecting developers from common mistakes. Some of them work within Adobe, while others build the tools from outside. Regardless, all of them help make ColdFusion a much more efficient and powerful application.

Some of these help detect failures, security issues, and performance upgrades which can make the development process, and coding, much faster.

These include:

  • Intelligent Code Assist : speeds up the coding process by auto-correcting typos and common mistakes.
  • Security Code Analyzer : This built-in tool checks your app’s code for any glaring security flaws which may compromise the safety of your data.
  • CF’s integrated debugger : This robust tool lets you inspect variables and debug individual pages.
  • FusionReactor : This application performance monitor is a one-stop shop to find out what ails your app and suggests ways to fix it.

ColdFusion is easy to learn

ColdFusion’s ease of use and elegant code, especially when deploying CFScript, makes the platform easy to adopt and quick to master. Even recent hires or fledgling developers can pick up the development platform faster than other languages.

Onboarding new developers, or teaching existing developers new tools, is much easier. Why?

The language itself is simpler. Its syntax builds upon existing languages and adds its own shortcuts thorough ColdFusion Components and other tools.

This cuts back on tedious learning curves, where a developer slowly turns into the employee you knew they could be when you hired them.

Adobe, TeraTech, and many others also offer resources developers learn the language quicker. Just check the table below to see how ColdFusion compares to its main competitor, JavaScript.

You cannot take a turn at ColdFusion development without knowing the full scope of the platform’s potential. The sooner you and your team discover its capabilities, you’ll type less yet spend more time innovating.

Michaela Light is the host of the CF Alive Podcast and has interviewed more than 100 ColdFusion experts. In each interview, she asks “What Would It Take to make CF more alive this year?” The answers still inspire her to continue to write and interview new speakers. Michaela has been programming in ColdFusion for more than 20 years. She founded TeraTech in 1989. The company specializes in ColdFusion application development, security and optimization. She has also founded the CFUnited Conference and runs the annual State of the CF Union Survey.

And to continue learning how to make your ColdFusion apps more modern and alive, I encourage you to download our free ColdFusion Alive Best Practices Checklist.

Because… perhaps you are responsible for a mission-critical or revenue-generating CF application that you don’t trust 100%, where implementing new features is a painful ad-hoc process with slow turnaround even for simple requests.

What if you have no contingency plan for a sudden developer departure or a server outage? Perhaps every time a new freelancer works on your site, something breaks. Or your application availability, security, and reliability are poor.

And if you are depending on ColdFusion for your job, then you can’t afford to let your CF development methods die on the vine.

You’re making a high-stakes bet that everything is going to be OK using the same old app creation ways in that one language — forever.

All it would take is for your fellow CF developer to quit or for your CIO to decide to leave the (falsely) perceived sinking ship of CFML and you could lose everything-your project, your hard-won CF skills, and possibly even your job.

Luckily, there are a number of simple, logical steps you can take now to protect yourself from these obvious risks.

No Brainer ColdFusion Best Practices to Ensure You Thrive No Matter What Happens Next

ColdFusion Alive Best Practices Checklist

Modern ColdFusion development best practices that reduce stress, inefficiency, project lifecycle costs while simultaneously increasing project velocity and innovation.

Easily create a consistent server architecture across development, testing, and production

A modern test environment to prevent bugs from spreading

√ Automated continuous integration tools that work well with CF

A portable development environment baked into your codebase… for free!

Learn about these and many more strategies in our free ColdFusion Alive Best Practices Checklist.

Originally published at https://teratech.com on February 28, 2021.

--

--

Michaela Light

ColdFusion development, security and optimization. CEO at TeraTech. Host of CF Alive podcast.