@vvradko@brianmfear To be fair in SOQL you mostly use collections, so not that common. But still sad that they can't support full language. Still waiting on support in LWC template😁
@ApexHours 7. Getters are good overall but their overuse for complex expression will lead to decrease in performance.
15. Because you receive object with data, error properties. Properties can be reassigned {error:error1, data: data1} to use different names.
P1
@PhilW_SF@SalesforceDevs I asked some of the guys from Salesforce about it and they confirmed that multiple flows per Object is now a recommended approach since it's easier to manage individual flows and to configure order of execution which is not possible for Apex triggers.
@nawforce Hi, can you please add some samples? I'm trying to use it, but for example 'CommonTokenStream' is missing and when I try to pass lexer directly to parser I get some errors. Do you recommend to google how to use `antlr4ts`?