John Storey

Results 23 comments of John Storey

Does this test add value then? My initial guess is that it does not since the errant code passes the test. Generally we try to avoid actual DML in tests,...

Upvoting. "Set as Default" button on the plugin's settings page?

Pull Request #78

@ctchipps These seem like reasonable changes for Apex Commons, since extending the Application Class is a much needed feature. Do y'all have the bandwidth to PR that to Commons? I'm...

Relates to Issue https://github.com/apex-enterprise-patterns/at4dx/issues/89

Hi @wimvelzeboer When might a Selector be the top-level Apex code that would thus define the sharing model? Would the calling code -- having "with" or "without sharing" or implied...

Hi @chazwatkins Thank you for clarifying. This code has been thoroughly vetted with my favorite text editor, so take it for what it's worth. 😇 However I think, based on...

Hi @dmchaplin The intent of the test-supplementation feature [1] is enabling sub-packages to define additional behavior for SObjects that are controlled by super-packages. Account is a very basic SObject that...

@dmchaplin and others Just to clarify the meaning of sub- and super-packages. I sometimes attempt to correlate the concept of super- and sub-classes. A super-package is one being lower on...