+ 11
When do I use pure functions or modifiers?
I read that it's recommended to use pure functions anytime it was reasonable to do it and use modifiers only we see any advantage. but how do I know which way is better when I'm coding? thanks in advance.
1 Answer
+ 14
In that case, see that which one of them is shorter but more productive!