Callback version of UIGridStyleLayout:SetCustomSortFunction()

Right now the UIGridStyleLayout has a function called SetCustomSortFunction.
I think it would make more sense to make this a callback (named CustomSortFunction), since callbacks are a thing and it would make this feature less of a nuance compared to other lua callback functions.

2 Likes

I think this was pointed out by @Anaminus when the feature was initially announced. Ah, it was.

I do not think we should be deviating from standards. It creates bad practices for developers; ROBLOX is a place where many developers (such as me) got their start and as such we should leave the best impression of “real” programming.

1 Like