JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Declare Local Variable Improvement

Edit - Refactor - Declare Local Variable is awesome.

Some possible enhancements, if it is a Decimal - make the variable Decimal [23,6], at the moment it declares it as Decimal and you have to go and add the [23,6], it is defaulted to that and you only had to change when that wasn't correct, it would be handy.

Also if the variable is a Class name, then declare to that type, ie lDate would be made a Date, including any system specific classes, ie ICustomer would be Customer etc

  • Julian Meates
  • Apr 28 2024
  • IDE Backlog
  • Attach files
  • Admin
    Patrick Pritchard commented
    10 Jun 04:38

    Hi Julian. We like the Decimal idea, and we will put that into our backlog, but we are not in favor of the second idea. Making behavioral assumptions based on Class name might have unexpected consequences.