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

Refactor parseFigures function to simplify property checks and improve readability #1708

Closed

Conversation

Ayoub-Mabrouk
Copy link

Refactor parseFigures function to simplify property checks and improve readability

  • Combined redundant checks for 'properties.P' and 'properties.L' into a single condition
  • Removed unnecessary loop index starting from 1, now loops from 0

@dhensby
Copy link
Collaborator

dhensby commented Nov 14, 2024

Thanks for this, please can you amend your commit message so that it conforms to the conventional commit standard, eg: refactor: xxxx

@Ayoub-Mabrouk
Copy link
Author

Thanks for this, please can you amend your commit message so that it conforms to the conventional commit standard, eg: refactor: xxxx

thanks alot for reviewing @dhensby.

@dhensby
Copy link
Collaborator

dhensby commented Nov 15, 2024

Please ensure this pr consists of a single commit with no merge commits

- Combined redundant checks for 'properties.P' and 'properties.L' into a single condition
- Removed unnecessary loop index adjustment, starting loop from 0 for clarity
@dhensby
Copy link
Collaborator

dhensby commented Nov 18, 2024

Closing for reason stated here: #1709 (comment)

@dhensby dhensby closed this Nov 18, 2024
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.

2 participants