Quote #655 Object-oriented Programming Is Popular In Big Companies, Because It Suits The Way They Write Software.

HomeFortune CookiesQuotations - Random

Quote #655

Object-oriented programming is popular in big companies, because it suits
the way they write software. At big companies, software tends to be written
by large (and frequently changing) teams of mediocre programmers.
Object-oriented programming imposes a discipline on these programmers that
prevents any one of them from doing too much damage. The price is that the
resulting code is bloated with protocols and full of duplication. This is
not too high a price for big companies, because their software is probably
going to be bloated and full of duplication anyway.

-- Paul Graham

Related: