vote up 0 vote down star

I really like the codebase of PHPSpec.

Could any of you guys mention any standards and/or design patterns that are prominent in this library as that is how I want my code to be?

flag

1 Answer

vote up 1 vote down check

I'm not 100% sure but it looks like the ZF coding standards:

http://framework.zend.com/manual/en/coding-standard.html#coding-standard.overview

link|flag
Also I recommend this standard jslint.com/lint.html – Anatoliy Sep 25 at 20:24
Yeah I guess that covers the standards. What I find really different in PHPSpec code from ZendFramework code is that PHPSpec classes are really small. – andho Sep 26 at 7:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.