realbasic-nug
[Top] [All Lists]

Re: "You're not going to learn how to program in BASIC any more"

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: "You're not going to learn how to program in BASIC any more"
From: Will Leshner <will at haranbanjo dot com>
Date: Fri, 30 Sep 2005 14:35:38 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=Gjayqa0ls/DvwNdLhmHn+lnhEJ2IF+Hkss4wAnrQ92rKL46/Tbn7ICGqdOK6So8DnXbVlq3/L/Njz54+Aj/8wHTwgC591LGUp7SHr5QP6v7m2Ly3whoAt0paFfGe5XWw/okfnu/zVMqVS4qU/qPsznr5ZZOhp2gmRj28m97IjLw=
References: <20050930142614 dot C65A0DDD465 at lists dot realsoftware dot com> <433D5E28 dot 1090302 at wanadoo dot fr> <70af859d6b5bbb44e39f618e4646a05a at mac dot com> <D12CC48E-26B5-454F-9882-482ECC9BF037 at haranbanjo dot com> <76d2aeb6e418df81da555049b0f028dc at mac dot com> <F5E9AED0-C024-4F82-B359-45EE0044578E at haranbanjo dot com> <5A568C34-A45C-4172-880F-DF6EF073A11D at componentx dot com>

On Sep 30, 2005, at 11:22 AM, Brad Hutchings wrote:

My bet is that Will was a CS major. This is the kind of trivia that makes a good quiz question in a lower division "programming" class. But, as we now have operating systems that keep programmer mistakes with this stuff from hurting the whole system, having a real understanding of what's going on is probably a waste of most developer's time.



Ah, well I was a CS major. But I *never* took a programming class. Such a thing strikes me as a supreme waste of time.

When talking about C, though, this kind of thing isn't just trivia. It is an essential fact about the way the language works. If you didn't know it, you couldn't use the language effectively. It is like not understanding why this code only creates one Date object in REALbasic:

dim d1, d2 as Date

d1 = new Date
d2 = d1

--
REALbasic news and tips: http://rbgazette.com
KidzMail & KidzLog: http://haranbanjo.com


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>