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
How can i contribute to this repo? Im really interested on this on this plugin, since in my opininon inline lamdas are extremely useful for making code readable/elegant and performant, especially when you have a big chain of conditions, and cramming a bunch of conditional code into one function makes it extremely unreadable and dificult to refactor without breaking the code. I would really love to be able to define a hierarchy of functions or as the FP folks say a 'Monad' without taking a performance hit.
The text was updated successfully, but these errors were encountered:
How can i contribute to this repo? Im really interested on this on this plugin, since in my opininon inline lamdas are extremely useful for making code readable/elegant and performant, especially when you have a big chain of conditions, and cramming a bunch of conditional code into one function makes it extremely unreadable and dificult to refactor without breaking the code. I would really love to be able to define a hierarchy of functions or as the FP folks say a 'Monad' without taking a performance hit.
The text was updated successfully, but these errors were encountered: