Skip to content

SOLID Project - Brena#23

Open
brena-odwyer wants to merge 4 commits into
reprograma:mainfrom
brena-odwyer:brena
Open

SOLID Project - Brena#23
brena-odwyer wants to merge 4 commits into
reprograma:mainfrom
brena-odwyer:brena

Conversation

@brena-odwyer

Copy link
Copy Markdown

No description provided.

@marianaseidel marianaseidel left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Oiee, parabéns pela entrega do projeto, Brena! Conseguir entender bem sua lógica até onde você desenvolveu, inclusive achei interessante a criação da classe Zombie (não cheguei a criar ela no meu projeto).

Comment on lines +41 to +47
if(this.experience === 6){
this.level = "Yellow";
} else if (this.experience === 18){
this.level = "Orange";
} else if (this.experience === 42){
this.level = "Red";
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Acho que essa parte da experiência poderia estar em outra classe ou função, e não atrelada a killsZombine.

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