David Esposito

Results 31 comments of David Esposito

It's pretty often that you make a change (Apex, LWC, VF, whatnot), push the change and then realize there was a minor logic error or something and make the fix...

We did our best to circulate the announcement about the plan to split the Domain/TriggerHandler responsibilities of fflib_SObjectDomain. We created this discussion and it went out on Twitter too https://github.com/apex-enterprise-patterns/fflib-apex-common/discussions/323...

(Disclaimer: @tfuda and I work together) I also want to chime up in support Matt Lacey's blog post -- We're actually a few months behind on taking the upstream updates...

1GP managed packages are no better, really. First off, it would need to go through security review which is only available to Partners -- we're just a bunch of guys...

I want to throw https://editorconfig.org/ in as well so that the common IDEs just 'do the right thing'. According to the docs, it sounds like Prettier and EditorConfig get along...

I think William was just trying to describe that the business method to retrieve and convert the data should be in a Service. It doesn't need to be its own...

I'm not entirely sure I understand your first bullet point -- Can you provide an example of that usage? The most common usage of `fflib_SObjectSelector` is to subclass it for...

Hi @JAertgeerts ! At this time, we're working with Salesforce to update the Trailhead module for AEP. It has diverged from the current state of AEP, especially with regard to...

I am in agreement with @ImJohnMDaniel -- `fflib_SObjectDomain` is serving double duty as a trigger handler pattern and domain encapsulation. This was recently discussed over on #273 and a new...

@SWhalen-gh -- this is a good proposal Does FilterBuilder need any carnal knowledge of the state of `fflib_QueryFactory`? I'm thinking of things like the SObject that the QueryFactory is constructed...