boxlang-best-practices

Installation
SKILL.md

BoxLang Best Practices

Overview

BoxLang is a modern dynamic JVM language. These best practices reflect idiomatic BoxLang patterns informed by the language's design, CFML heritage, and JVM performance characteristics. Following them produces code that is readable, maintainable, performant, and safe.


Naming Conventions

Item Convention Example
Variables camelCase userProfile, orderTotal
Functions/Methods camelCase getUserById(), processOrder()
Classes PascalCase UserService, OrderProcessor
Constants UPPER_SNAKE_CASE MAX_RETRIES, DEFAULT_TIMEOUT
Related skills

More from ortus-boxlang/skills

Installs
12
First Seen
Apr 11, 2026