thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Recaptcha PHP lib codestyle is so 2003. #197

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Download the PHP recaptcha lib
2. Open your code editor
3. See the PHP code style
4. Cry and scream for 3 hours, then wash your eyes with clean water
5. Ask your colleagues to console you

What is the expected output? What do you see instead?

The expected vision was a nice piece of PHP code, with decent code style (very) 
common rules applied.
Instead we see a 277 lines PHP file broking 272 rules from the very basic (not 
yet PSR) ruleset of phpcs (https://github.com/squizlabs/PHP_CodeSniffer)

What version of the product are you using? On what operating system?

1.11 with Mac OS X

Please provide any additional information below.

C'mon Google, just hire me and I'll spend the rest of y life checkstyling & 
fixing all your PHP code stack. 

Original issue reported on code.google.com by ronan.po...@gmail.com on 13 Aug 2014 at 1:19