Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d80849e

Browse files
authoredOct 31, 2024··
Create Coding Best practices
1 parent 7e8d143 commit d80849e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎Coding Best practises‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Add commensts to your code
2+
use descriptive function and variabe names
3+
construct resusable functions
4+
Avoid complex glide record quiries
5+
use GlideAggregate for aggregatre oprations.
6+
dont use hard code values
7+
avoid dot walking to the sys_id of reference fields
8+
prevent recursive buisness rules
9+
Avoid dom manipulation
10+

0 commit comments

Comments
 (0)
Please sign in to comment.