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

CustomStringConvertible conformance for all Characteristics #33

Open
1 task done
Supereg opened this issue Jun 6, 2024 · 0 comments
Open
1 task done

CustomStringConvertible conformance for all Characteristics #33

Supereg opened this issue Jun 6, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Supereg
Copy link
Member

Supereg commented Jun 6, 2024

Problem

Currently, most of the Characteristics implementations do not conform to CustomStringConvertible. Therefore, using them within logging output is clumsy and always requires explicit usage of String(describing:). At the same time this might not always be the desired formatting.``

Solution

Consistently implement CustomStringConvertible conformance for all characteristics providing a readable, printable output.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@Supereg Supereg added the enhancement New feature or request label Jun 6, 2024
@PSchmiedmayer PSchmiedmayer added the good first issue Good for newcomers label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants