-
Notifications
You must be signed in to change notification settings - Fork 37
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
Overloading Base.show
#47
Comments
How does 1 differ from 2? |
The |
We can also drop the |
I see, I think the dims is a good idea. |
You can see how the README will look with dimensionality from PR #44 combined with the proposed |
Would it make sense to use lower-case |
I'm not necessarily against that; my reasoning for choosing |
Currently we've done nothing to improve the "visual inspection" of objects. At the moment it can be very difficult for the user to inspect a
Bijector
. And with PR #44 we're going to also have dimensionality in the type which makes it even more important to easily be able to inspect aBijector
.Sooo let's have another poll! Which of the following styles do you prefer:
Dims=1
for "container" types, e.g.Composed
andStacked
To vote: 👍 : for (1), 😕 for (2), and 👎 for (3).
Other suggestions welcome!
The text was updated successfully, but these errors were encountered: