Results 1 to 6 of 6

Thread: Am I stupid?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Question Am I stupid?

    The title is funny, but I am not looking for any affirmation. I am just curious if other people are having a similar experience as me.

    I was using VB6 until last year. Now I use Visual Basic 2005. I know how to code in it, but often I have to actually type it to know what to use. In other words, is it just me, or is it normal to not know what to type until you are typing it in visual basic, and the intellisense comes up? Kind of like when you can't remember someones phone number unless you have the phone in your hand. Does this happen to any of you? And, do you eventually remember the right code without having to type it in?

    Thank you for amusing me in my curiosity.
    Ben


    Using Visual Basic 2005/2008

  2. #2
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: Am I stupid?

    Quote Originally Posted by Krenshau
    The title is funny, but I am not looking for any affirmation. I am just curious if other people are having a similar experience as me.

    I was using VB6 until last year. Now I use Visual Basic 2005. I know how to code in it, but often I have to actually type it to know what to use. In other words, is it just me, or is it normal to not know what to type until you are typing it in visual basic, and the intellisense comes up? Kind of like when you can't remember someones phone number unless you have the phone in your hand. Does this happen to any of you? And, do you eventually remember the right code without having to type it in?

    Thank you for amusing me in my curiosity.
    That's not stupid. You can't possibly remember every code in your program for the following reasons:

    1. You have a life.
    2. Remembering something that will be obsolete one day is just memory trash.
    3. You are maximizing the computer's memory. Therefore do not maximize yours.

    In fact it is ingenious to not memorize the code but to memorize what the code does.

    It always occurs to me that I forget the code because of my weak memory but I always tell them what that code does.

    Rate Me! Rate Me! Rate Me!

    Time to fly.

    Copyright GraysonSoft Inc. 2007

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Am I stupid?

    You learn as you go along. Initially using intellisense, forums and msdn. Later, you are more in tune with the naming convention of the namespaces and you get an idea what to look for in the intellisense and msdn.

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Am I stupid?

    I don't use an IDE and I don't have problems remembering my own code.

    I think IDEs are great, sometimes, but they should never be relied upon completely.

    However, IntelliSense is terrific for .NET development. The framework's vast, and MSDN is slow. Having the information in the IDE is ideal.

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Am I stupid?

    Quote Originally Posted by penagate
    I don't use an IDE ...
    Notepad then? How about creating GUI, compiling, debugging???
    I'm sure there are third parties but what's the point? Native environment is always the best.

    Quote Originally Posted by penagate
    ...I don't have problems remembering my own code...
    It's not about your code but objects hierarchy, etc...

    Quote Originally Posted by penagate
    ...I think IDEs are great, sometimes, but they should never be relied upon completely...
    Interesting opinion.

    Quote Originally Posted by penagate
    ...However, IntelliSense is terrific for .NET development...
    It's terrific in any environment.

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Am I stupid?

    Quote Originally Posted by RhinoBull
    Interesting opinion.
    Thanks, I'm quite fond of it myself.

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