5 items tagged “oop”
2017
Object models (via) Extremely comprehensive and readable discussion of the object models of Python, JavaScript, Lua and Perl 5. I learned something new about every one of those languages.
2013
Will a professional programmer lose anything if he doesn’t learn object oriented programming?
Yes. OOP is a very important programming concept—a professional programmer who is not familiar with it will be unable to understand vast swathes of high quality existing code and will have a great deal of trouble passing interviews or contributing effectively at great companies.
[... 95 words]2007
The Web Application Scale of Stupidity goes from OGF (One Giant Function) to OOP (Object Oriented Programming), like this: OGF ——– sanity ——— OOP
— Cal Henderson, paraphrased
2004
Ned Batchelder: A quest for pythonic interfaces. More Ned on interfaces.
Ned Batchelder: Interfaces. Ned on interfaces.