Skip to content

Code refactor #28

@OmarBazaraa

Description

@OmarBazaraa
  • Use nullptr instead of NULL.
  • Use enum class instead of enum.
  • Add override and final keywords where necessary.
  • Use type aliasing using or typedef instead of long nested types (e.g. std::map<std::string, std:pair<int, std::string>>).

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorRewrite, re-struct, or re-design an existing feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions