You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...Perhaps even accept snake_case too, if that wouldn't be a bridge too far (pun intended).
I would usually prefer to come up with at least a proof of concept to propose, but considering how unfamiliar I am with Rubicon and Objective C generally, I wanted to check first if this would even be desirable (and seem possible) in the first place before going down any rabbit holes.
Describe alternatives you've considered
A handful of # noqa in beeware/toga#2993 and some uncomfortably long lines aren't the end of the world.
Additional context
Just noticed this while looking at the aforementioned PR.
The text was updated successfully, but these errors were encountered:
What is the problem or limitation you are having?
Objective C methods names can end up being really long, for example this calling of NSCosntraint's init:
Describe the solution you'd like
My quite possibly naïve impression is that this would be much more legible if it were possible to call it like:
...Perhaps even accept snake_case too, if that wouldn't be a bridge too far (pun intended).
I would usually prefer to come up with at least a proof of concept to propose, but considering how unfamiliar I am with Rubicon and Objective C generally, I wanted to check first if this would even be desirable (and seem possible) in the first place before going down any rabbit holes.
Describe alternatives you've considered
A handful of
# noqa
in beeware/toga#2993 and some uncomfortably long lines aren't the end of the world.Additional context
Just noticed this while looking at the aforementioned PR.
The text was updated successfully, but these errors were encountered: