Is there ever likely to be the option, to imp...

Is there ever likely to be the option, to implement polymorphic dependency injection via interfaces, that can be implemented by multiple different tables that follow that interfaceโ€™s structure?

I have built a CRM in Appsheet that is managing an increasing number of business activites in my business, and I am concerned that there are way too many logic loops based on queries between tables, to maintain the app long term, as things change and grow.

Going forward, I would like to refactor the app, so that there are a lot less conditional expressions, and I can encapsulate the state of each recordโ€“i.e. I donโ€™t want my calculated rows to be changing in unpredictable ways, as things get more complexly interelated across tables.

Has anyone gone down this track of trying to do something like SOLID object oriented design, in Appsheet?

1 16 552
16 REPLIES 16
Top Labels in this Space