Skip to content

Improve output code. #798

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged

Improve output code. #798

merged 1 commit into from
Apr 22, 2025

Conversation

rgoldberg
Copy link
Contributor

Improve output code:

  • Print using variadic arguments instead of using interpolated strings.
  • Use multiline strings where appropriate.
  • Inline single-use variables.
  • Merge consecutive prints.

Resolve #796

Print using variadic arguments instead of using interpolated strings.

Use multiline strings where appropriate.

Inline single-use variables.

Merge consecutive prints.

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
@rgoldberg rgoldberg added 🧽 chore Administrative task: documentation, build, test, release, git, etc. 🖨 output labels Apr 22, 2025
@rgoldberg rgoldberg added this to the 2.2.0 milestone Apr 22, 2025
@rgoldberg rgoldberg self-assigned this Apr 22, 2025
@rgoldberg rgoldberg merged commit 6ed4ef6 into mas-cli:main Apr 22, 2025
5 checks passed
@rgoldberg rgoldberg deleted the 796-output branch April 22, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧽 chore Administrative task: documentation, build, test, release, git, etc. 🖨 output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve output code
1 participant