Apply technique of module 5 in the following classes:
Closed this issue · 0 comments
FabianaRibas commented
Here are the techniques of module 5 to be applied:
- Simple code and good presentation
- Prioritize clarity by approving conciseness
- Default Behavior
- Do not let others touch where they should not
- Can descriptive
- Handle resources with care
- Use of language methods and resources
- Follow the language of the language
Classes:
- CharacterState/.h
- MovingState/.h
- SpecialState/.h
- DefenseState/.h
- DeathState/.h
- HeavyAttackState/.h
- IdieState/.h
- LightAttackState/.h
- Base/.h
- CharacterState/.cpp
- MovingState/.cpp
- SpecialState/.cpp
- DefenseState/.cpp
- DeathState/.cpp
- HeavyAttackState/.cpp
- IdieState/.cpp
- LightAttackState/.cpp
- Base/.cpp