Skip to content

Commit 8258d25

Browse files
authored
Coding Best practices
1 parent c0aca88 commit 8258d25

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Coding Best practices/CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
aviod using gs.log in scoped apps
11+
dont chnage the security manager default behaviour
12+
avoid infinte loops for event generation.

0 commit comments

Comments
 (0)