This website requires JavaScript.
Explore
Help
Register
Sign In
kris
/
afv-library
Watch
1
Star
0
Fork
0
You've already forked afv-library
mirror of
https://github.com/forcedotcom/afv-library.git
synced
2026-08-08 00:10:29 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b3fa087d52
afv-library
/
skills
/
generating-apex
History
Daniel Ballinger
b3fa087d52
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
..
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