Jump to content
Nytro

WebCodeSniffer

Recommended Posts

Posted

WebCodeSniffer

WebCodeSniffer is a web version of PHP_CodeSniffer. It allows you to use easely PHP_CodeSniffer in your browser on a local or remote server. No PEAR, no CLI needed. This tool will help you to follow guidelines when coding in order to reduce bugs, prevent new bugs and have a code clean, consistent and easy to read and maintain.

About PHP_CodeSniffer

"PHP_CodeSniffer is a PHP5 script that tokenises PHP, JavaScript and CSS files to detect violations of a defined set of coding standards. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers".

- http://pear.php.net/package/PHP_CodeSniffer

- https://github.com/squizlabs/PHP_CodeSniffer

- http://www.squizlabs.com/php-codesniffer

About Coding Standards / Coding Conventions

"Coding conventions are a set of guidelines for a specific programming language that recommend programming style, practices and methods for each aspect of a piece program written in this language. These conventions usually cover file organization, indentation, comments, declarations, statements, white space, naming conventions, programming practices, programming principles, programming rules of thumb, etc. Software programmers are highly recommended to follow these guidelines to help improve the readability of their source code and make software maintenance easier."

- http://en.wikipedia.org/wiki/Coding_conventions

- http://pear.php.net/manual/en/standards.php

- http://www.phptherightway.com/

screenshot_480x365_1.png

screenshot_480x365_2.png

Download:

http://www.webcodesniffer.net/index.php

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...