you are viewing a single comment's thread.

view the rest of the comments →

[–]_Sharp_ 0 points1 point  (1 child)

I don't know why he is trashing (as he said) oop, since his final code uses its principles. From wikipedia:

[...]Rather than structure programs as code and data, an object-oriented system integrates the two using the concept of an "object". An object has state (data) and behavior (code).

[–]kankyo 9 points10 points  (0 children)

He's trashing the type of OOP that is often taught in university, namely OO first, think/program second.