-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ローカル変数の取り扱い #6
Comments
初めてコメントさせていただきます。 全てをメンバ変数とするとメモリがオブジェクトのdestroyまで開放されず、オブジェクトのシリアライズなどにも影響する気がしますが、いかがでしょうか。 あるいは、メンバ変数は必ずphpdoc形式のコメントつきでclassの先頭で宣言を行うなどはいかがでしょうか。 |
issue内には記載がないのですが、 |
コメントありがとうございます。
上記で@izayoi256 のおっしゃる通り、action()以外では問題ございません。 また、「action()からビジネスロジックを排除すれば可読性が上が」る件に関しては、 #7 と関連が深くなってきそうなので、別でissueをたてたほうがよいかもしれません。 |
Silexの採用に伴い、action()がそもそもなくなったのでCloseさせていただきます。 |
Add Repository Test
…ntcontroller PaymentControllerTestを通るように修正
…re-install-plugin Implement install plugin/theme, improve UI at listing page
ログイン時のカートマージでカートが別れる場合のDoctrineのエラーを回避
action()内では、カウンタ変数以外のローカル変数を許容しない
必ず、クラス変数とすること
The text was updated successfully, but these errors were encountered: