keyongtech


  keyongtech > delphi > 11/2007

 #1  
11-14-07, 11:04 PM
none
Joe Hendricks wrote:
> Looks like he has decided extreme programming will best allow his
> perfectionist UI standards:
>

He was "the father of Visual Basic".
Why would anyone take anything he says or does seriously ?
 #2  
11-15-07, 03:34 AM
Q Correll
Joe,

| He goes on...

...and on and on and on and on and on,...
 #3  
11-15-07, 03:51 AM
Joe Hendricks
Looks like he has decided extreme programming will best allow his perfectionist
UI standards:

http://tinyurl.com/2deo7l

"This is what Extreme programming is all about: Getting the chunks of code down
to pieces small enough to be useful as design tools."

He goes on to make interesting and imo, bizarre assumptions about 'production code'.
 #4  
11-15-07, 04:14 AM
Dan Barclay
Alan is a very interesting guy, though I don't always agree with him.
Interesting enough, he put me in the acknowledgments on About Face... for
pointing out where I thought he was full of it<g>. I can't even remember
which part that was now (could have been several<g>). It kind of surprised
me.

He did OK on that VB thing though. It was nice while it lasted.

Dan

"Joe Hendricks" <hqters.backwards> wrote in message
news:24c1
[..]
 #5  
11-15-07, 09:26 AM
none
Marc Rohloff [TeamB] wrote:

> He came up with the idea for the visual designer which Delphi, etc
> have copied. I don't think that's anything to complain about.


And that may have been revolutionary in its day, which was some decades
ago...
Who the heck is he now ?
He is just yet another consultant.
 #6  
11-15-07, 12:40 PM
Marc Rohloff [TeamB]
On Thu, 15 Nov 2007 10:04:52 +1100, none wrote:

> He was "the father of Visual Basic".
> Why would anyone take anything he says or does seriously ?


He came up with the idea for the visual designer which Delphi, etc
have copied. I don't think that's anything to complain about.
VB may have its short comings but it was nevertheless a revolutionary
product in its time.
 #7  
11-15-07, 12:55 PM
Marc Rohloff [TeamB]
On Wed, 14 Nov 2007 19:51:40 -0800, Joe Hendricks wrote:

> "This is what Extreme programming is all about: Getting the chunks of code down
> to pieces small enough to be useful as design tools."


TO me he is proposing the exact opposite, i.e. separating design and
code, aka BDUF, which is exactly what Agle methods are *not* about.
 #8  
11-15-07, 03:13 PM
Bob Dawson
"Marc Rohloff [TeamB]" wrote
>
> He came up with the idea for the visual designer which Delphi, etc
> have copied. I don't think that's anything to complain about.


Agreed. Perhaps 'Father of RAD' would be a more appropriate term. He's still
all about user needs and interaction scenarios driving the development, and
that--IMHO--is the essence of the RAD approach.

The discussion of design vs. production engineers and their differing
products brought nothing to mind stronger than Frederick Brooks' injunction
to "plan to throw one away; you will, anyhow."

bobD
 #9  
11-15-07, 04:18 PM
Rich
"Marc Rohloff [TeamB]" <marc> wrote in message
news:fdlg
>
> TO me he is proposing the exact opposite, i.e. separating design and
> code...


I didn't get that as being his point. He states that designers do write
code, they just don't cross the t's and dot the i's. Then the production
coders go through and using the designer's code as a "design explanation and
thought proofing" finish the product.
 #10  
11-15-07, 08:16 PM
William Meyer
Bob Dawson wrote:

> Agreed. Perhaps 'Father of RAD' would be a more appropriate term.
> He's still all about user needs and interaction scenarios driving the
> development, and that--IMHO--is the essence of the RAD approach.


I think 'Father of RAD' is fair.

> The discussion of design vs. production engineers and their differing
> products brought nothing to mind stronger than Frederick Brooks'
> injunction to "plan to throw one away; you will, anyhow."


Uh huh, and VB is the one that needed to be thrown away ;)
 #11  
11-15-07, 08:49 PM
William Meyer
Dan Barclay wrote:

> They did throw it away, not that it's a good thing though.


I used VB 1.0 -- briefly. As I recall, the code was so attached to the
controls that you could *only* see it by double clicking on a control,
and that made it very hard to discover which controls on a busy form
might yet be in need of code.

What I do remember clearly is that it didn't stay on my machine very
long ;)
 #12  
11-15-07, 09:08 PM
William Meyer
Dan Barclay wrote:

> 1.0? Hehe. That was a concept release<g>


And barely that...

Delphi 1.0 was much better, even before release...

....uh, forget I mentioned that. ;)
 #13  
11-15-07, 09:38 PM
Dan Barclay
"William Meyer" <meyer.wil> wrote in message
news:72a1
> Bob Dawson wrote:
>
>> Agreed. Perhaps 'Father of RAD' would be a more appropriate term.
>> He's still all about user needs and interaction scenarios driving the
>> development, and that--IMHO--is the essence of the RAD approach.

>
> I think 'Father of RAD' is fair.


Alan's first pass at it didn't use Basic at all. He had in mind a C-ish
language when he sold the idea to MS. MS had the "threaded pcode
interpreter" from QuickBasic/PDS and was able to plug that in quickly and
easily.

>> The discussion of design vs. production engineers and their differing
>> products brought nothing to mind stronger than Frederick Brooks'
>> injunction to "plan to throw one away; you will, anyhow."

>
> Uh huh, and VB is the one that needed to be thrown away ;)


They did throw it away, not that it's a good thing though.

MS screwed it up in so many ways, mainly because they didn't use it and
didn't understand it well enough.

I still steam when I use Delphi and see what VB could/should have been. If
it were up to me I'd make a Basic language option for Delphi... note: NOT a
VB clone, but use more Basic like syntax. For the unenlightned, that's
pretty much Object Pascal without as much "decoration" so it wouldn't be all
that hard. I'd make it close enough that you could use Delphi and
DelphiBasic in side by side units in project.

Dan
 #14  
11-15-07, 09:48 PM
I.P. Nichols
"Dan Barclay" wrote...
>
> He did OK on that VB thing though. It was nice while it lasted.


In one version or another VB like the Energizer Bunny® keeps going and
going...
http://www.panopticoncentral.net/arc.../01/22453.aspx
 #15  
11-15-07, 10:03 PM
Chris Burrows
"none" <""yan\"@(none)"> wrote in message
news:b148
> Marc Rohloff [TeamB] wrote:
>
>> He came up with the idea for the visual designer which Delphi, etc
>> have copied. I don't think that's anything to complain about.

>
> And that may have been revolutionary in its day, which was some decades
> ago...
> Who the heck is he now ?
> He is just yet another consultant.


..... and author. I recommend his book 'The Inmates are Running the Asylum:
Why High Tech Products Drive Us Crazy and How to Restore the Sanity ' as a
thought-provoking read.

Similar Threads
how to make expressions in word such as smiley face:) or sad face

How can i make expression and other things using only word. Things such as smiley face:) and sad face:( and any other art i can use.

Herb Sutter's latest concurrency article

[..]

Latest Joel article

[..] What do you think? Specially of the OOP-bashing he does near the end.

My Latest CodeFez Article

See, I'm not a /total/ Delphi bigot. [..] eId=51 or [..]

to: Alan@alan.alan: Previous Post

I have a report that gets updated monthly. Some info comes in the report, the rest I have to put in. I take my original report and copy it to two worksheets within the...


All times are GMT. The time now is 11:21 PM. | Privacy Policy