Skip to content

Use f string instead of percent formatting#120

Open
roberthdevries wants to merge 1 commit into
wolfSSL:masterfrom
roberthdevries:use-f-string-instead-of-percent-formatting
Open

Use f string instead of percent formatting#120
roberthdevries wants to merge 1 commit into
wolfSSL:masterfrom
roberthdevries:use-f-string-instead-of-percent-formatting

Conversation

@roberthdevries
Copy link
Copy Markdown
Contributor

@roberthdevries roberthdevries commented May 17, 2026

printf-style string formatting has a number of quirks, and leads to less
readable code than using str.format calls or f-strings.
In general, prefer the newer str.format and f-strings constructs over
printf-style string formatting.

printf-style string formatting has a number of quirks, and leads to less
readable code than using str.format calls or f-strings.
In general, prefer the newer str.format and f-strings constructs over
printf-style string formatting.
@roberthdevries roberthdevries force-pushed the use-f-string-instead-of-percent-formatting branch from 17e8d9f to 18701e3 Compare May 17, 2026 14:15
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.

1 participant