JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


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:38am

    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.