Цитата #266

"The object-oriented model makes it easy to build up programs by accretion. What this often means, in practice, is that it provides a structured way to write spaghetti code."

Author: Paul Graham
Tags: oop

Цитата #261

"The problem with object-oriented languages is they've got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle."

Author: Joe Armstrong
Tags: oop

Цитата #255

"You don't need static types for OOP: in fact OOP was born and proven in dynamic languages like Smalltalk and Lisp long before it was picked up by the static-type camps."

"Вам не нужны статические типы, чтобы пользоваться OOП. Более того, концепт ООП был рожден и обкатан много-много лет назад как раз в динамических языках, таких как SmallTalk и Lisp, задолго до изобретения всякой статической шелухи. "

Author: Steve Yegge
Tags: oop

Цитата #250

"I won't program in java anymore. I'm not Marxist and don't believe in classes."

Tags: humor, java, oop

Цитата #246

"The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones."

Tags: oop

Цитата #244

"— What is the object oriented way of getting rich? — Inheritance."

Tags: humor, oop

Цитата #219

"In the one and only true way. The object-oriented version of 'Spaghetti code' is, of course, 'Lasagna code'. (Too many layers)."

Author: Roberto Waltman
Tags: oop

Цитата #210

"The phrase "object-oriented" means a lot of things. Half are obvious, and the other half are mistakes."

Author: Paul Graham
Tags: oop

Цитата #209

"Object-oriented design is the roman numerals of computing."

Author: Rob Pike
Tags: oop

Цитата #201

"ООП ради самой ООП уже давно превратилось в замкнутый круг. Конечно, можно считать C# в .NET 3.5 с более чем 50,000 реализованных классов "венцом эволюции". Добавить в следующей версии .NET ещё миллион классов - что может быть более правильным и более вожделенным, с точки зрения ООП-программиста? Говорите, это и есть то самое бегство от сложности?"

Author: Richard Matthew Stallman
Tags: oop

Цитата #200

"Как только ты сказал слово "объект", можешь сразу забыть о модульности."

Author: Richard Matthew Stallman
Tags: oop

Цитата #194

"Object-oriented programming is an exceptionally bad idea which could only have originated in California."

Author: Edsger Wybe Dijkstra
Tags: oop

Цитата #189

"ООП — не более чем тривиальная надстройка над структурным программированием, и преувеличение её значимости, выражающееся, в том числе, во включении в языки программирования всё новых модных «объектно-ориентированных» средств, вредит качеству разрабатываемого программного обеспечения."

Author: Niklaus Wirth
Tags: oop

Цитата #188

"ООП позволяет сократить только привнесённую сложность в выражение дизайна. Дизайн остаётся сложным по своей природе."

Author: Frederick Phillips Brooks
Tags: oop

Цитата #187

"Объектное проектирование похоже на написание рассказа, в котором создаётся мир, где объекты разговаривают и взаимодействуют между собой. Это приводит людей к выводу о легкости обучения объектно-ориентированному программированию, хотя фактически это стало трудно, как никогда. "

Author: Richard P. Gabriel
Tags: oop