change nav 3-cal-coding-guidelines formatting
This commit is contained in:
parent
bbfce1f9dc
commit
f88c06332c
7 changed files with 5 additions and 10 deletions
|
|
@ -4,7 +4,7 @@ weight = 1450
|
|||
+++
|
||||
Do not use the WITH scope when it has a variable whose name is the same as a local variable. This can lead to wrong code assumptions.
|
||||
|
||||
**Given that **"Contract Type" is a field on table ServiceContractHeader, then in the following example there is a parameter name clash with the field name. Which one will be used?
|
||||
**Given that** "Contract Type" is a field on table ServiceContractHeader, then in the following example there is a parameter name clash with the field name. Which one will be used?
|
||||
|
||||
Bad code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue