Skip to content

Claims Quote by Linus Torvalds

“I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.” quote by Linus Torvalds
Download Open image
“I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.”

Linus Torvalds

About This Quote

Source Speech: Interview at LinuxCon, 2008

Good programmers prioritize data structures and relationships over code details, leading to more robust designs.

In simple terms: Focus on data structures, not just code.

Key Takeaway

Design with data first.

Themes

software design abstraction efficiency

Mood

analytical focused

Type

technical educational

When to use this quote

  • building scalable systems
  • optimizing performance
  • refactoring legacy code
  • teaching programming fundamentals

Key Concepts

data modeling system architecture relationships

Questions to Reflect On

  • How do you balance clean code with strong data design?
  • What data structures could simplify your current project?
A Different Perspective

Neglecting code readability can cause maintenance issues.

4.8 out of 5 (8 ratings)

More by Linus Torvalds

Explore all 233 Linus Torvalds quotes

More Claims quotes

Browse all 2,757 Claims quotes