Skip to content
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

Comments for review #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Comments for review #1

wants to merge 1 commit into from

Conversation

Brunni132
Copy link

各コメントは // TODO Florian という接頭辞が付きます。

日本語を出来なくてすみません。もし質問があれば、ぜひ聞いて下さい。

よろしくお願いします。

DemonBehavior(_x: number, _y: number) {
// TODO Florian -- you are not using the enemySprite, and assign something that you don't use…
// Please reread about passing parameters, by value and reference. Here's a better version
const enemySprite = this.demonGroup.getFirstDead();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

横からすみません。
// Please reread about passing parameters, by value and reference. Here's a better version
これは、メンバ変数ではなくてローカル変数にしたほうがいいということでしょうか?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants