Hey guys,

I was just wondering whether refactoring patches are welcome. For instance,
in DataGridEditor, this piece of code appears 6 times, and could be placed
into its own function:

if (!dataGrid.endItemEditorSession())
{
       dataGrid.endItemEditorSession(true);
}

If so, should we create a ticket for them, or just send them on the mailing
list?

Thanks!

Reply via email to