  |
Software Reality - http://www.softwarereality.com/
Articles about software development, especially methodologies such as Extreme Programming and ICONIX. Also includes links and discussions. |
  |
Objects Have Failed - http://dreamsongs.com/ObjectsHaveFailedNarrative.html
By Richard P. Gabriel; OOPSLA 2002 address, Seattle, WA. A paradigm fails when the narrative it embodies fails to speak truth, or when its proponents embrace it beyond reason. |
  |
Why OO Sucks - http://www.sics.se/~joe/bluetail/vol1/v1_oo.html
Short essay by Erlang programmer critiques object-oriented programming from the perspective of functional programming, mostly. |
  |
USENIX - Invited Talk: Objecting to Objects - http://www.usenix.org/publications/library/proceedings/sf94/full_papers/johnson.html
Paper which argues that OOP's main benefits stem from helping developers think more clearly - and that these benefits can be gained without using OOP. |
  |
OO Example Code - http://onestepback.org/articles/poly/
Example using object-oriented polymorphism in object-oriented and non object-oriented programming languages. |