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?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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|improve this answer
Also I recommend this standard jslint.com/lint.html – Anatoliy Sep 25 '09 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 '09 at 7:41
feedback

Your Answer

 
or
required, but never shown

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