develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 803

  1. I've never understood the convention that generics have one character names. You wouldn't let a one character variable name past code review? I get that in simple cases it can be hard to find a good name, but which is better? * class List<T> {} * class List<Item> {} @kentcdodds/1441504538993696770
    1. …in reply to @develwoutacause
      And I say this as someone who absolutely make one character generic names. It's just a bad habit and I don't know why it's the standard.