afv-library/skills/generating-apex
2026-03-25 14:55:38 +13:00
..
assets The @author Apex Doc tag is officially supported, but is generally unnecessary in the presence of source drive development. There is no @date or @created tag. 2026-03-25 14:55:38 +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 The @author Apex Doc tag is officially supported, but is generally unnecessary in the presence of source drive development. There is no @date or @created tag. 2026-03-25 14:55:38 +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