Array Types in TypeScript
Dominik argues for the syntax Array<string> over string[] in TypeScript (or JSDoc).
I for one am with him on this argument.
Also enjoyed this point about how “it’s shorter” has never been a great argument for the use of one syntax over another:
Fewer characters to write. As if keeping code short was ever a good indicator for maintainability.