Re: ItemRenderer musings (was Re: "has" vs "is": sharing code, swapping out subsystems, and more...)

2020-01-27 Thread Carlos Rovira
Hi Alex, I'm happy with Item renderers, maybe we can do some refactors, but if it was my time, I'll try to prioritize the actual few problems we have that can be cumbersome for users and that use to make us code things that should not be that way. I think as long as we have some problems that

ItemRenderer musings (was Re: "has" vs "is": sharing code, swapping out subsystems, and more...)

2020-01-25 Thread Alex Harui
Hi, I had a window of time to try to do the "has" vs "is" refactor for ItemRenderers. However, I didn't get very far because as I started looking through the ItemRenderer code, I realized that there are other things that could use a refactor as well. IMO, there is too much just-in-case code