The article defends the use of linked lists as a valuable data structure, citing their educational, augmentable, and composable properties. Linked lists can be useful in certain situations, such as in the Linux kernel and Redis, where they are used to implement efficient data structures. The author argues that linked lists are often misunderstood and underappreciated. They also highlight the simplicity and conceptual nature of linked lists, making them a fundamental data structure to understand.