function something(a, b, c){
  return function(){/* code that uses a, b, and c */}
}

How should I call this type of function?

comments (single view)

I can mix tabs and spaces when indenting on Python, yet we’re told not to do it.

s/we’re/we’ve been

View all comments