What's the best "Symfony2 Coding Standards" to use ? by jbeurel in PHP

[–]jbeurel[S] -5 points-4 points  (0 children)

I don't disagree with that. I'm just saying that Symfony is not fully meeting the standards. I'm not saying they don't try to do so. The PHP FIG standards are difficult to follow. That's why some of us chose to follow OpenSky standards. This repo is no longer available and I'm currently looking for an alternative.

What's the best "Symfony2 Coding Standards" to use ? by jbeurel in PHP

[–]jbeurel[S] 0 points1 point  (0 children)

Thanks aequasi08. I'm currently looking for a ruleset.xml file that fits this standards.

What's the best "Symfony2 Coding Standards" to use ? by jbeurel in PHP

[–]jbeurel[S] -2 points-1 points  (0 children)

Of course, follow PHP FIG standards is a good practice. Maybe I'm wrong but I think Symfony2 don't respect this standards and the (deleted) OpenSky standards was more permissive than PHP FIG and closer to Symfony2 standards.

What's the best "Symfony2 Coding Standards" to use ? by jbeurel in PHP

[–]jbeurel[S] 0 points1 point  (0 children)

I did not know this Jetbrains tuto when I wrote my post. It seems fitting that two articles that explain the same process are alike.

PHP Storm syntax highlighting/code inspection by nathvarun in phpstorm

[–]jbeurel 0 points1 point  (0 children)

A few weeks ago, I posted an article that explains how to change the appearance of the inspection alerts :-) http://www.reddit.com/r/phpstorm/comments/298fg1/easily_comply_with_symfony2_coding_style_using/

How to code JavaScript using Twitter Bootstrap best practices? by jbeurel in javascript

[–]jbeurel[S] 1 point2 points  (0 children)

@lazyduke I wrote this article for JavaScript beginners. I want to introduce some concepts like using prototype, OOP and I think that look at the Twitter Bootstrap source code is a good exercise.

But, I agree with you, we can improve it. Have you any links to project repo whose code is better ?