The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
|
HistoricalComments
Brian Johnstone 9/10/2018 10:52:59 AM
I'd love to be able to include properties on interface definitions, and map them to real properties on classes which implement that interface. Then, being able to define MKDs against that interface property and use those MKDs as the automatic side of an inverse. When I brought this up previously, someone suggested wasn't that just multiple inheritance, but to me it's not so much multiple inheritance but rather a very targeted extension to interfaces that would make them even more useful than they already are. John Beaufoy 4/10/2018 5:59:14 PM I'd actually support an improvement with the Inverse Relationship dialog to better support Object inverses (2nd para) as being its own suggestion? John Beaufoy 4/10/2018 5:58:27 PM Allowing for inverses on interfaces over the generic types sounds like a positive step forward, as it should reduce the coupling in our data models while still preserving integrity. |
+1 for properties on interfaces!