-
Notifications
You must be signed in to change notification settings - Fork 1
Implement PSR-2 compability in code #1
Comments
@seyfer, I "inherited" the code, since it is a fork of SupersonicAds/kohana-restful-api. |
@alle , okay, you are right with coding style for Kohana. But as my opinion there is no place for other standards, because PSR exists and if any framework will invent and follow own code style - PSR has no meaning in that case. Also developers IDE must be configured to PSR formatting by default (it's already in PhpStorm and NetBeans with small changes) I think Kohana community should change their mind. So, this is just my opinion. If you reject this issue, i'am understand your decision. |
@seyfer, I agree with you: "Kohana community should change their mind". Infact, if I code for Kohana, I have to switch my IDE formatting settings to the "Kohana" preset. Anyway, the code in this repo is for Kohana Developers. So, if you don't mind, I would prefer to keep the code formatting as is, for now. |
@alle , Okay. Thank you for answer and explanation. |
Thank you to you, Sir. -- Closed #1. — |
I'm started discussion here. Join if you wish. |
Thanks for reporting it to me. |
It's just about code style (braces, spaces, etc.)
Now code style not PSR and it's make code reading hard, because most developers use PSR style.
@alle, If it's okay, I can do this and will made pull request.
The text was updated successfully, but these errors were encountered: