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

[2.x] Box: Implement Stringable interface #129

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

saibotk
Copy link
Member

@saibotk saibotk commented Jan 3, 2025

This properly adds Stringable to Box classes, so they can be printed etc. We still keep an extra function to create the string, because it concerns the database and should not be tied to the method that converts the object to a string in general.

@saibotk saibotk requested a review from ahawlitschek January 3, 2025 16:15
@saibotk saibotk self-assigned this Jan 3, 2025
@saibotk saibotk changed the title feat!(box): implement Stringable interface [2.x] implement Stringable interface Jan 3, 2025
@saibotk saibotk changed the title [2.x] implement Stringable interface [2.x] Box: Implement Stringable interface Jan 3, 2025
This properly adds `Stringable` to `Box` classes, so they can be printed etc.
We still keep an extra function to create the string, because it concerns the database and should not be tied to the method that converts the object to a string in general.
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.

2 participants