You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think your reflection-based implementation is too overloaded with logic, you could make it even faster, but your example is more, hmm, more object-oriented, which is also quite nice
I, in turn, went the other way and simply defined them behind a common interface (those types that are quite easy to compare via > or < ) and this in turn became a simplification.
What do you think about my implementation, is it worth considering or is your version more productive/cleaner code?🧐
The text was updated successfully, but these errors were encountered:
Hello 😁
I think your reflection-based implementation is too overloaded with logic, you could make it even faster, but your example is more, hmm, more object-oriented, which is also quite nice
My implementation: https://github.com/KoNekoD/KSortMap-go
I, in turn, went the other way and simply defined them behind a common interface (those types that are quite easy to compare via > or < ) and this in turn became a simplification.
What do you think about my implementation, is it worth considering or is your version more productive/cleaner code?🧐
The text was updated successfully, but these errors were encountered: