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

Simplify string length checks #953

Merged
merged 8 commits into from
Jul 23, 2024
Merged

Commits on Mar 18, 2024

  1. Simplify string length checks

    We are looking for empty strings, so use .isEmpty()
    Juiceman committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3c83d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    20b27b2 View commit details
    Browse the repository at this point in the history
  2. Remove extra parenthesis

    Juiceman committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ed98d8c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'Juiceman-origin/size-zero-to-isEmpty' i…

    …nto size-zero-to-isEmpty
    Juiceman committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c7c3caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5564298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7525573 View commit details
    Browse the repository at this point in the history
  6. Restore parenthesis

    I was a little delete happy
    Juiceman committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    47525eb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    ed0cc12 View commit details
    Browse the repository at this point in the history