Open
Description
In Y024 is stated that named functions should be used for callbacks.
However, in all the examples unnamed functions are passed when chaining promises. I must say using named functions in promise chaining make the control flow hard to follow from my experience.
Is Y024 only intended for defining Angular components? Because that's what the example shows.