Multiple choice general knowledge science & technology

What is “Linus law”?

  1. "Security through obscurity"

  2. "Hiding the code is way to security"

  3. "Given enough eyeballs, all bugs are shallow"

  4. "Everything should be Free"

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Linus's Law states that 'given enough eyeballs, all bugs are shallow' - meaning that with enough people reviewing code, bugs become easy to find and fix. This is a core principle of open-source development, contrasting with security through obscurity.