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!
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!