Results 1 to 23 of 23

Thread: Advice on my new job?

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    11

    Re: Advice on my new job?

    Hehe szlamany,

    I know where you’re coming from. But the thing here is that Dglienna hadn’t heard of the concept of linked lists until relatively recently, thus it is possible that the established programmer in my place had genuinely not heard of them in X years of being a programmer. Whereas I was thinking, “hmm, the guy don’t know about linked lists, exactly how long has he been programming?”

    I’ve been there programming on the metal, as it were. I remember writing code that relied on in depth knowledge of how a TV picture is rasterised and the timing of the electron gun to tease 16 colours per character cell out of a machine that could only display 2 colours per character cell normally. I’ve not gone so far in the business field but have used C-Isam and written what I called a “screen driver” for unix/dos which was not a kick in the ass from what Access and VB give us nowadays.

    They call programming, software engineering. And as such I treat myself as an engineer. I want to produce good code. Good in the respect that it does what is expected of it. Good in the respect that it works solidly. Good in that it is based on sound principles. Good in that it is relatively easy to maintain. And good in the respect that it doesn’t make anyone’s life harder, be they developer or user.

    I can understand what Dglienna says. If you read some VB books on the market they don’t mention linked lists. For most tasks they are largely irrelevant. The same thing happens with sorts, why bother coding a quicksort from scratch when you can stick your data in a disconnected recordset and have it sort it for you.

    Yes, I believe it’s good to have the knowledge of what’s going on behind the curtain. But it isn’t always necessary.

    I’m just looking for advice here, and don’t want to turn this into an argument over what should be known and what doesn’t need to be know mate.

    Rgds

    Adagio2004

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Advice on my new job?

    But I did learn about ISAM files, and I wonder how many here understand them? Back in the days of tape drives, being able to jump between records was a hardware problem, anyways. In high school, they still had a teletype machine doing 30cps. We had terminals dialed into an HP system. The computer science teacher knew relatively little about computers, so only a few of us really picked up on the jargon.

    Those were the days. I would have killed for a computer when I was a teen. Now, my sisters kids have had them all of their lives. My 4 year old niece was better at using the mouse than my dad was. She would move the mouse 5 seconds BEFORE the sceen saver would kick in. I don't know how she did it, but she did.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width