![]() | |
#21
| |||
| |||
|
|
Those assembler and c++ guys never respected those VB developers anyway. (and, that group further dizzied the ms-access group!!). I not sure those developers would have respected Pick either. Since most developers don't know what pick is, then they give it a good order of respect, but I don't think that would be case if Pick was as wide spread as say VB..... |
#22
| |||
| |||
|
|
Quotes just for the helluvit: - "BASIC is to computer programming as QWERTY is to typing." (Seymour Papert) - "It is practically impossible to teach good programming style to students that have had prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration." (Edsger Dijkstra) - "[Visual Basic] is a poor imitation of an object system for a poor imitation of a programming language that poor imitations of programmers use to write poor imitations of programs for poor imitations of employers who pay poor imitations of programmers' salaries." (Jim H Jacobs) - "Real programmers can write assembly code in any language." (Larry Wall) |
#23
| |||
| |||
|
|
Tony Gravagno wrote: snip Quotes just for the helluvit: - "BASIC is to computer programming as QWERTY is to typing." (Seymour Papert) - "It is practically impossible to teach good programming style to students that have had prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration." (Edsger Dijkstra) - "[Visual Basic] is a poor imitation of an object system for a poor imitation of a programming language that poor imitations of programmers use to write poor imitations of programs for poor imitations of employers who pay poor imitations of programmers' salaries." (Jim H Jacobs) - "Real programmers can write assembly code in any language." (Larry Wall) Great quotes! I might have to use one or more of these myself sometime. Thanks. --dawn |
#24
| |||
| |||
|
|
And I sincerely hope you are going to use them as examples of unbridled arrogance (or possibly poor attempts at humor) on the part of computer scientists, particularly Mr Djikstra's, or I'll be sorely disappointed in you, Dawn! Chandru "dawn" <dawnwolthuis (AT) gmail (DOT) com> wrote in message news:1132514852.977484.246750 (AT) f14g2000cwb (DOT) googlegroups.com... Tony Gravagno wrote: snip Quotes just for the helluvit: - "BASIC is to computer programming as QWERTY is to typing." (Seymour Papert) - "It is practically impossible to teach good programming style to students that have had prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration." (Edsger Dijkstra) - "[Visual Basic] is a poor imitation of an object system for a poor imitation of a programming language that poor imitations of programmers use to write poor imitations of programs for poor imitations of employers who pay poor imitations of programmers' salaries." (Jim H Jacobs) - "Real programmers can write assembly code in any language." (Larry Wall) Great quotes! I might have to use one or more of these myself sometime. Thanks. --dawn |
#25
| |||
| |||
|
|
And I sincerely hope you are going to use them as examples of unbridled arrogance (or possibly poor attempts at humor) on the part of computer scientists, particularly Mr Djikstra's, or I'll be sorely disappointed in you, Dawn! Chandru |
|
"dawn" <dawnwolthuis (AT) gmail (DOT) com> wrote in message news:1132514852.977484.246750 (AT) f14g2000cwb (DOT) googlegroups.com... Tony Gravagno wrote: snip Quotes just for the helluvit: - "BASIC is to computer programming as QWERTY is to typing." (Seymour Papert) - "It is practically impossible to teach good programming style to students that have had prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration." (Edsger Dijkstra) - "[Visual Basic] is a poor imitation of an object system for a poor imitation of a programming language that poor imitations of programmers use to write poor imitations of programs for poor imitations of employers who pay poor imitations of programmers' salaries." (Jim H Jacobs) - "Real programmers can write assembly code in any language." (Larry Wall) Great quotes! I might have to use one or more of these myself sometime. Thanks. --dawn |
#26
| |||
| |||
|
|
Hi I strongly recommend that one reads Albert's piece about the use of Access objects before throwing aspersions. Pick as used by a lot of people who have made a lot of money is very poorly implemented but it is a graet environment. Just because someone uses a screwdriver to stir paint does not mean that it is a useless tool. Personally I have always written event driven programming in Pick using a 4gl of our own design. My maintenance is minimal and my productivity terrific. Also there is no black box junk in my code it can be maintained without the tool. However the most important rules I have ever been taught are Initialise everything. Write the user instructions first. If you do not have an overall plan with the files/tables and their uses mapped out you can muck anything up. Djikstra is particularly silly. Properly planned productivity is the only proper way to program in any language . C is a classic example of a language that nobody should be allowed to use for normal commercial code. Even the writer cannot understand it 6 months later in most cases. My two pennorth Peter McMurray |
#27
| |||
| |||
|
#28
| |||
| |||
|
|
Dawn, My compiler keeps complaining about the syntax of your response (and I'm not even going to open the GOTO debate - Shame on you!! [and don't try & blame the language!!]) |
#29
| |||
| |||
|
|
On Sun, 20 Nov 2005 21:27:36 GMT, "Peter McMurray" excalibur21 (AT) bigpond (DOT) com> wrote: Hi I strongly recommend that one reads Albert's piece about the use of Access objects before throwing aspersions. Pick as used by a lot of people who have made a lot of money is very poorly implemented but it is a graet environment. Just because someone uses a screwdriver to stir paint does not mean that it is a useless tool. Personally I have always written event driven programming in Pick using a 4gl of our own design. My maintenance is minimal and my productivity terrific. Also there is no black box junk in my code it can be maintained without the tool. However the most important rules I have ever been taught are Initialise everything. Write the user instructions first. If you do not have an overall plan with the files/tables and their uses mapped out you can muck anything up. Djikstra is particularly silly. Properly planned productivity is the only proper way to program in any language . C is a classic example of a language that nobody should be allowed to use for normal commercial code. Even the writer cannot understand it 6 months later in most cases. My two pennorth Peter McMurray What language do you think that browser or newsreader you are using right now was written in? It definately wasn't Visual Basic. My guess is that it was Visual C++. BTW, I have no problem reading C code that is properly commented and modularized as it should be. I've seen the extreme worse top-down gosub spaghetti code in dealings with Pick. Glen -- Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ------->>>>>>http://www.NewsDemon.com<<<<<<------ Unlimited Access, Anonymous Accounts, Uncensored Broadband Access Hi Glen |
#30
| |||
| |||
|
|
Ross Ferris wrote: Dawn, My compiler keeps complaining about the syntax of your response (and I'm not even going to open the GOTO debate - Shame on you!! [and don't try & blame the language!!]) I definitely won't blame the language. I can write code that sucks in any language, with or without a GOTO. Cheers! --dawn P.S. Fortunately, a couple of years after I started coding in the 70's I learned about structured programming (and OO more recently). So, I think I can also write some pretty good code in several languages. |
![]() |
| Thread Tools | |
| Display Modes | |
| |