SyntaxFix
Write A Post
Hire A Developer
Questions
Raw types are fine when they express what you want to express.
For example, a deserialisation function might return a List, but it doesn't know the list's element type. So List is the appropriate return type here.
List