Skip to content

Conversation

@eliasaraf
Copy link

This PR removes const from 2 locations where a parameter is passed by value, and the const does not imporve the interface.

Open Questions

  1. Should we remove all const from by-value parameters?
  2. Should we remove const from function definition at .app as well?

Fixes #186

@eliasaraf eliasaraf marked this pull request as draft January 20, 2026 19:17
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.

Function parameters of type const bool should be simply bool

1 participant