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-07 08:04:28 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2d88ee4c8c
afv-library
/
skills
/
generating-apex
History
Daniel Ballinger
2d88ee4c8c
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
..
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