Hi,
Sometimes I find places in WxRuby API which seem to me not quite Ruby
way
compatible.
I know (it’s written somewhere on the wxruby site), that there is an
acvity
to make WxRuby more Rubish.
I don’t feel enough confident in Ruby or WxRuby to fully participate,
but
I’d like to point to some places which could be improved.
Where is the best place to do it? This mailing list or bug tracker or
somewhere else?
For example, that’s what I’ve noticed while examining
RichTextAttr#apply:
“Applies the attributes in style to the original object, but not those
attributes from style that are the same as those in compareWith (if
passed).
See also RichTextAttr#combine for a function that does almost the same
but
returns a new object instead of modifying the original object.”
I’d mark combine as deprecated and use apply! instead, because that’s
what
exclamation mark is for. What do you think?
Best regards,
Kirill.