Utility API improvement: use $key/$value instead of nth#28828
Conversation
|
@mdo @ysds @MartijnCuppens any reviews over pr . thanks 😅 |
|
@ashanbrown, no need to mention us here, patience is your best friend. I don't think the new function has a lot of added value. But I like what you did with the |
|
sorry about that @MartijnCuppens . i was just curious . about this pr yeah you are right it doesn't really add or remove much from workflow . however its main reason is to increase the readability and better porting for various other things that needs to be converted to maps and around Thanks for your time. |
|
The problem is this PR adds about 50 lines to our codebase that 'll need to be maintained by us and doesn't provide that much of a benefit (it's only used in one place). Let's just keep the |
|
you got a point 😅 . Pr updated |
Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
It's my pleasure. |
instead of zipping values together convert list or strings to map and then use them