The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
|
HistoricalComments
James Burnby 26/03/2018 4:27:14 PM
I think the same could apply to type constants? I just tried to refactor some method constants to class constants. It didn't let me refactor these until I explicitly type converted the constants to Integer. Once I did this it assumed the type of Real; except -1 which Jade couldn't figure out how to refactor. |