mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
995 B
995 B
Credits & Acknowledgments
This skill integrates concepts and patterns from the Salesforce developer community and official Salesforce documentation. The goal is to teach Apex developers how to write efficient, maintainable SOQL using vanilla Apex patterns that don't require external package installation.
Key Patterns Integrated
| Pattern | Integration |
|---|---|
| Selector Layer architecture | references/selector-patterns.md |
| Bulkification and Map-based lookup | assets/bulkified-query-pattern.cls |
| SOQL anti-patterns catalog | references/anti-patterns.md |
| Query Plan analysis | SKILL.md, assets/optimization-patterns.soql |
| Field coverage validation | references/field-coverage-rules.md |
Philosophy
This skill integrates concepts and patterns from community resources, not specific libraries as dependencies. All patterns produce vanilla Apex code that works in any Salesforce org without additional package installation.