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

Rename a couple res/result variables to have more specific names #309

Merged
merged 1 commit into from
May 2, 2024

Commits on May 2, 2024

  1. Rename a couple res/result variables to have more specific names

    A few small variable name changes that were on my TODO list:
    
    * Rename job list result variable names from `res` to a more specific
      `listRes`. This matches up better with the `insertRes` convention used
      in #292.
    
    * Rename `result` in job parameter functions to the more descriptive
      `paramsCopy`.
    brandur committed May 2, 2024
    Configuration menu
    Copy the full SHA
    62f7eb7 View commit details
    Browse the repository at this point in the history