ruslan-kurchenko / asserta

First (really???) Salesforce Apex assertions library (actually, a project template at this point ;)
3 stars 0 forks source link

The project structure #2

Open ruslan-kurchenko opened 3 years ago

ruslan-kurchenko commented 3 years ago

I would define the complete structure of the project.

Nara7788 commented 3 years ago

I would also consider an option to have all classes divided but implement a bundler to compile them into one static Assert class. I like this option the most. @ruslan-kurchenko Do you know any of bundlers and did you use it before?

ruslan-kurchenko commented 3 years ago

@Nara7788 Thanks. Unfortunately, no. I haven't seen a similar bundler before, but we could implement a simple sfdx plugin for it.

kushney commented 3 years ago

I like dx project for now. Regarding distribution mechanism - we can decide later, but I like one class option.