parserlink
Coding standard with C# coding standards by @popekim google documents
When naming a function, it is explicitly set. But, If it is display functions, simply allow a name for the page break.
- dispParserlinkAdminConfigDisplay // O.K
- procParserlinkAdminInsertConfig // O.K
- procParserlinkAdminConfig // WRONG
- dispParserlinkAdminConfig // O.K : Simply name for the page break.
Always place an opening curly brace ({) in a new line
Add curly braces even if there's only one line in the scope
if ($moduleModel) { return; }
Always have a default case for a switch statement.
switch($modulename) { case 'module': ... break; default: break; }
Always last array value next insert comma(,).