andrebargas/2018.2-TecProg-Deadly-Wish

Apply technique of module 5 in the following classes:

Closed this issue · 0 comments

Here are the techniques of module 5 to be applied:

  1. Simple code and good presentation
  2. Prioritize clarity by approving conciseness
  3. Default Behavior
  4. Do not let others touch where they should not
  5. Can descriptive
  6. Handle resources with care
  7. Use of language methods and resources
  8. 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