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

Value objects wrapped with greater and less than #85

Closed
Jaymon opened this issue Dec 9, 2023 · 1 comment
Closed

Value objects wrapped with greater and less than #85

Jaymon opened this issue Dec 9, 2023 · 1 comment
Labels

Comments

@Jaymon
Copy link
Owner

Jaymon commented Dec 9, 2023

Right now, if there is a body, the object looks something like this:

Foo instance at 0xNNNNNNNN
    <
        ...
    >

And if there isn't a body, then object would look something like this:

<Foo instance at 0xNNNNNNNN>

I'm wondering if I should do something like this if there is a body:

<Foo instance at 0xNNNNNNNN
    <
        ...
    >
>
@Jaymon Jaymon added the wontfix label Dec 23, 2023
@Jaymon
Copy link
Owner Author

Jaymon commented Dec 23, 2023

Turns out I didn't really like this

@Jaymon Jaymon closed this as completed Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant