There can be only one Array<T>
Read OriginalThe article advocates for using the generic Array<T> syntax instead of the shorthand T[] in TypeScript. It presents reasons including improved left-to-right readability, consistency with Set<T> and Map<K, V>, and avoidance of confusion with tuple syntax. It also recommends an ESLint rule to automatically enforce this style.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser