A question about Tony Johansson and a paper123 (9/26/2005 10:04:02 AM) comp.object I am reading a newsgroup called comp.object. 1. Is there a paper that references a book called Object Oriented Software Construction - Second Edition, written by a Betrand Meyer, and published in 1997 by Prent... ggroups
Topmind Challenge #3 (Was: Unix and OO Avoidance)515 (1/12/2004 11:13:24 AM) comp.object >People Types discussion: >http://www.geocities.com/tablizer/change.htm#people This is simple, and achievable with *current* type systems (several FP langs/systems etc) . type Male { name, age, /* male-specif... ggroups
Topmind Challenge #2 (Was: Unix and OO Avoidance)416 (1/12/2004 11:10:50 AM) comp.object >See the "Fee Example Change Analysis": >http://www.geocities.com/tablizer/bank.htm#fee For the fees-related aspect, OO can use the Strategy Pattern. Each account has a set of fee properties associated with it... ggroups
Topmind Challenge #1 (Was: Unix and OO Avoidance)520 (1/12/2004 11:09:23 AM) comp.object >Employee Types discussion: >http://www.geocities.com/tablizer/struc.htm We have the following : 1. The basic components relating to the payroll domain. 2. The general payroll algorithm. 3. The payroll scheme... ggroups
Unit Testing and Test Cases83116 (2/27/2006 11:44:08 AM) comp.software.extreme-programming Here's my understanding as of now. If I were writing a function bool IsValidContact(Offerer objOfferer, Accepter objAccepter, TermsAndConditions objTermsAndConditions); Before writing the function, I'd enli... wtr_clr(74)
Question on LSP9615 (4/14/2006 5:39:44 PM) comp.object "Subclasses should be substitutable for their base classes." This is how Robert Martin expresses the LSP in Principles and Patterns (http://www.objectmentor.com/resources/articles/Principles_and_Patterns.PDF).... hforco(8)
Booch's book feels too philosophical rather than practical?7423 (1/20/2007 9:29:47 AM) comp.object hai all, 1st of all i am newbie to what you call OOA-D. so i searched the archives of this newsgroup & i got this path: OOA-D -> UML -> OOP i also noticed one very interesting thing here about OOP st... arnuld3(358)
Client/Service relationships & Flow of Requirements.4310 (1/29/2007 4:50:15 AM) comp.object Having both our friendly HS Lahman and a colleague point me at Lahman's blog on the subject I have finally read... http://pathfinderpeople.blogs.com/hslahman/2004/06/clientservice_r.html > The client/service ... john.carter(343)
Topic-Organized Object-Oriented Programming3915 (2/7/2007 4:00:21 PM) comp.object I propose an extension to object-oriented programming: topic-organized object-oriented programming. It is, simply, classifying all of a class' member variables and member functions into hierarchical categories... yaoziyuan(186)
mathementical/formal foundations of computing ?21459 (2/22/2007 2:50:49 PM) comp.lang.functional 2 independant issues here: 1. I'm still searching for material re. "the mathementical/formal foundation[s] of computing" to help move programming away from an art towards a science. Patterns seem to be a heu... news7585(170)
Undecidability of Liskov Substitution Principle8226 (3/21/2007 7:46:23 PM) comp.theory Esdger Dijkstra allegedly said "Object-oriented programming is an exceptionally bad idea which could only have originated in California." :-) I found this paper a while ago, and have been thinking about it oft... n.torrey.pines(53)
Mixing P/R philosophy with OO (within J2EE).16920 (4/3/2007 12:26:42 PM) comp.object Hello, Assuming: 1. we are very much within the custom-business software niche; and 2. we are developing a J2EE-based application... 1. What strategies would OO-critics (such as TopMind) and P/R fans (if any... simonsharry(29)
protected visibility2515 (4/7/2007 1:08:40 AM) comp.object I'm refactoring an old code Java code and I found many protected attributes and methods. My first reaction was to avoid protected (something like "protected visibility cosnidered harmful"), but I couldn't thi... gabclar(87)
GOF State Pattern without fully shared interface6415 (4/26/2007 7:27:35 AM) comp.object Hello all, I have the GOF Design Patterns book (Gamma, et al.) and would appreciate if someone could help clarify an implementation detail when using the State Pattern. In the example in the book, all three st... capnwhit(9)