Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bjrambo/parserlink

Repository files navigation

parserlink

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(,).

About

parserlink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /