Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Refactoring - at methods #259

Open
Grufoony opened this issue Feb 7, 2025 · 0 comments
Open

Code Refactoring - at methods #259

Grufoony opened this issue Feb 7, 2025 · 0 comments
Labels
code refactoring security Regrding the security of the code

Comments

@Grufoony
Copy link
Collaborator

Grufoony commented Feb 7, 2025

We should refactor every class: if there's a direct call with the [] operator, split as follows:

... example.at(id) ... 

to

... 
assert(example.contains(id));
example.at(id) ... 
@Grufoony Grufoony added security Regrding the security of the code code refactoring labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code refactoring security Regrding the security of the code
Projects
None yet
Development

No branches or pull requests

1 participant