Click here to Skip to main content
15,920,005 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser13-Apr-07 10:03
Chris-Kaiser13-Apr-07 10:03 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser13-Apr-07 10:32
Chris-Kaiser13-Apr-07 10:32 
General[Message Deleted] Pin
#12313-Apr-07 10:45
#12313-Apr-07 10:45 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser13-Apr-07 10:54
Chris-Kaiser13-Apr-07 10:54 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser13-Apr-07 11:32
Chris-Kaiser13-Apr-07 11:32 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser13-Apr-07 13:16
Chris-Kaiser13-Apr-07 13:16 
General[Message Deleted] Pin
#12313-Apr-07 15:33
#12313-Apr-07 15:33 
GeneralRe: Toilet Seats and Oven Doors Pin
Tristan Rhodes14-Apr-07 3:23
Tristan Rhodes14-Apr-07 3:23 
As far as i can tell, the difference between a Procedural program and an object, is that Procedural sub programs have a single Method entrance with a large parameter list / block and internal branching, wheras an object can expose properties and a number of methods depending on the requirements, so the branching would occur on the level above.

Procedural Program - A set of methods with a central repsitory of values.

Object - A Set of methods with a central repository of values.

As for re-using code by copying functions, you're still fixing something that isn't broke, and an object that already works, works.

If someone changes your Sub Programs, and it breaks, you're still stuck with the same problem as someone breaking your Dll, so it's kind of a moot point. Software is software, in many ways it compares to real life, but it is still a non tangiable platform and the information age caveats apply.

The Grand Negus wrote:
This is exactly what I mean by unnecessary complexity. First, they adopt a "pure" object approach and then, when they can see that it isn't quite working, they add something to simulate what they already had before they went with the objects. Schlepps.


I think that's the wrong way round, they static members came first, then objects.

That's just my two cents, but then.... What would i know.

-------------------------------

Carrier Bags - 21st Century Tumbleweed.

GeneralRe: Toilet Seats and Oven Doors Pin
Leslie Sanford14-Apr-07 6:56
Leslie Sanford14-Apr-07 6:56 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 9:10
Chris-Kaiser16-Apr-07 9:10 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 11:08
Chris-Kaiser16-Apr-07 11:08 
GeneralRe: PS Pin
Pete O'Hanlon15-Apr-07 9:21
mvePete O'Hanlon15-Apr-07 9:21 
GeneralRe: PS Pin
Leslie Sanford15-Apr-07 14:15
Leslie Sanford15-Apr-07 14:15 
GeneralRe: PS Pin
Pete O'Hanlon15-Apr-07 22:56
mvePete O'Hanlon15-Apr-07 22:56 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 9:01
Chris-Kaiser16-Apr-07 9:01 
GeneralRe: Toilet Seats and Oven Doors Pin
led mike16-Apr-07 4:45
led mike16-Apr-07 4:45 
General[Message Deleted] Pin
#12316-Apr-07 5:15
#12316-Apr-07 5:15 
GeneralRe: Toilet Seats and Oven Doors Pin
led mike16-Apr-07 5:40
led mike16-Apr-07 5:40 
GeneralRe: Toilet Seats and Oven Doors Pin
led mike16-Apr-07 8:15
led mike16-Apr-07 8:15 
GeneralRe: Toilet Seats and Oven Doors Pin
led mike16-Apr-07 8:50
led mike16-Apr-07 8:50 
GeneralRe: Toilet Seats and Oven Doors Pin
Dave Kreskowiak16-Apr-07 9:30
mveDave Kreskowiak16-Apr-07 9:30 
General[Message Deleted] Pin
#12316-Apr-07 9:57
#12316-Apr-07 9:57 
GeneralRe: Toilet Seats and Oven Doors Pin
Dave Kreskowiak16-Apr-07 10:10
mveDave Kreskowiak16-Apr-07 10:10 
GeneralRe: Toilet Seats and Oven Doors Pin
led mike16-Apr-07 10:44
led mike16-Apr-07 10:44 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 11:09
Chris-Kaiser16-Apr-07 11:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.