Replace monkey patching? #7
Locked
willmcgugan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Beautiful! Even less typing to get it working, I didn't think that was possible.. 😄 And yes this seems cleaner than the monkey patching approach.. 👍🏻 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Would it be possible to apply the Rich formatting without monkey patching?
I was thinking that the
rich_click
namespace could replicate theclick
namespace. But supply customized version of Click objects (via inheritance).This is what we have currently:
But I think it could be as simple (for the user at least) as this:
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions