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(string_operations.h/cpp): add new util operations #48

Merged

Conversation

pedrobiqua
Copy link
Collaborator

Pull Request

Checklist

Please ensure that your PR fulfills the following requirements:

  • Unit tests have been added or updated for the changes (for bugfixes or new features).
  • Code compiles without warnings or errors.
  • All new and existing tests pass locally.
  • Code follows the project's C++ style guidelines (e.g., naming conventions, indentation).
  • Documentation has been updated where applicable (e.g., function headers, inline comments).

PR Type

What type of change does this PR introduce?

  • Bugfix
  • New feature
  • Performance improvement
  • Code style update (formatting, naming conventions)
  • Refactoring (no functional or API changes)
  • Build or configuration changes
  • CI-related changes
  • Documentation updates
  • Other (please describe):

What is the current behavior?

Issue Number: resolve #46

What is the new behavior?

Change files that use these string operations

Does this PR introduce a breaking change?

  • Yes
  • No

Testing Details

All pass!

Change files that use these operations
@pedrobiqua pedrobiqua linked an issue Jan 27, 2025 that may be closed by this pull request
6 tasks
@pedrobiqua pedrobiqua merged commit 438da18 into main Jan 27, 2025
4 checks passed
@pedrobiqua pedrobiqua deleted the 46-refactor-move-string-manipulation-code-to-a-utility-folder branch January 27, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor] Move String Manipulation Code to a Utility Folder
1 participant