⟩ What is Functions Indention?
Use tabs to bring some structure into your function body
if(nPos > 1) then
nRetrun = True
else
nRetrun = False
end if
Use tabs to bring some structure into your function body
if(nPos > 1) then
nRetrun = True
else
nRetrun = False
end if
Explain Functions Size?
What are the conditions of CamelCase coding standard?
What is the structure of Coding Standard?
List the naming conventions in Coding Standards?
Explain the difference between UpperCamelCase and lowerCamelCase?
From where the name CamelCase derived?
What is CamelCase Coding Standard?
What are the advantage of CamelCase?
Explain Naming Convention Globals?
Explain Rational Robots Coding Standards?