Make RailsEventStore::Client#inspect more useful #1897
mostlyobvious
started this conversation in
Ideas
Replies: 2 comments
-
Related: https://ruby-doc.org/core-2.5.0/Object.html#method-i-inspect |
Beta Was this translation helpful? Give feedback.
0 replies
-
Then we shall "force"
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
By default when you inspect RES::Client in console it returns a lot of unreadable stuff (ivars):
First we could tame most of this noise by presenting the bare minimum — class and object_id.
Next we could extend it with more useful, nicely formatted information, including:
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions