Skip to content

Adding const whenever it is necessary #60

Description

@Koldar

We should add "const" qualifier to every function parameter when needed.
This should transmit even more what is the code intent.

The following is a list of places where the const might be introduced:

  1. parseCommandLineArguments
  2. condition_section

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions