I have come across multiple situations where people will simply name the variables that hold their anonymous functions f or something short and equivalent. For me that seems unnecessary or sometimes confusing when trying to understand the scope of the function. This is a common case you come across after using UseEffect in React.js