afv-library/skills/generating-apex
2026-03-25 14:47:53 +13:00
..
assets There is no @description tag in the ApexDoc comment format https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_doc_format.htm 2026-03-25 14:34:32 +13:00
references There is a misconception that _all_ system.debug statements need to be removed from the codebase before reaching production. This is really only an issue in main/hot code paths. Debug statements used sparingly and for exceptional paths are still valuable and won't significantly impact performance. A logging framework may add significantly more overhead than a debug statement. 2026-03-25 14:47:53 +13:00
templates There is no @description tag in the ApexDoc comment format https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_doc_format.htm 2026-03-25 14:34:32 +13:00
SKILL.md There is a misconception that _all_ system.debug statements need to be removed from the codebase before reaching production. This is really only an issue in main/hot code paths. Debug statements used sparingly and for exceptional paths are still valuable and won't significantly impact performance. A logging framework may add significantly more overhead than a debug statement. 2026-03-25 14:47:53 +13:00