Results 1 to 6 of 6

Thread: Do you really know it?

  1. #1

    Thread Starter
    Hyperactive Member wiccaan's Avatar
    Join Date
    Apr 2004
    Location
    127.0.0.1
    Posts
    475

    Do you really know it?

    This topic doesnt have a set programming language. In fact, it includes anything that requires you to write out.. programming wise that is.. (Pen and paper not included )

    Anyway, the question..

    When your programming anything, do you actually know everything that your doing? Or do you sometimes look for references to help you out? Such as these forums, google, pscode, or anything for examples, and such?

    I wanna see how many people actually look for a few helping hands along the way as they are programming any of their own applications.
    If my post was helpful please rate it

  2. #2
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Do you really know it?

    Quote Originally Posted by wiccaan
    This topic doesnt have a set programming language. In fact, it includes anything that requires you to write out.. programming wise that is.. (Pen and paper not included )

    Anyway, the question..

    When your programming anything, do you actually know everything that your doing? Or do you sometimes look for references to help you out? Such as these forums, google, pscode, or anything for examples, and such?

    I wanna see how many people actually look for a few helping hands along the way as they are programming any of their own applications.
    When we developed for the mainframe systems we had 20 years ago, we had a $3000 documentation set - about 20 books on the internals of the Digital VAX-11 computers and the VMS operating system.

    I had most of them memorized.

    I still go for online help for how to use ADO or some control that I've used only infrequently.

    In order to maximize the use of anything you must do the "R" part of development...

    R & D means lots and lots of research - and testing - and benchmarking - and prototyping - and discarding what don't work and holding on tight to what does work...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Do you really know it?

    I heard a quote a number of years ago, and from what I've seen & experienced still holds true:

    A good programmer knows everything. A great programmer knows where to look it up at.

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Hyperactive Member wiccaan's Avatar
    Join Date
    Apr 2004
    Location
    127.0.0.1
    Posts
    475

    Re: Do you really know it?

    Quote Originally Posted by techgnome
    I heard a quote a number of years ago, and from what I've seen & experienced still holds true:

    A good programmer knows everything. A great programmer knows where to look it up at.

    Tg
    Love the quote. Deffinitly something I will remember for a while if not forever whille I program. Thanks for the comments guys. Anyone else?
    If my post was helpful please rate it

  5. #5
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Do you really know it?

    I remember most of what I am doing. But what I remember better is what book, and what chapter too look up what I am looking for. I have 30+ programming books, and they are used frequently, both when I am programming and when I help others here on the forum. It is just too much info to hold, and often I just skim (SP?) through parts that I don't need at the moment, but later on I might need it, and then I always know where I have read about it.


    So I guess techgnome quote yields for me too. but it is also importent to remember the research part too. Like when a new game is made, there is never anyone that knows from the start exactly how the code will be. And there is a new version of DX every 3month now, so research is an importent part of programming. Read up on the topic you will work on, and then test, and then deploy.


    No one will ever know everything.




    ØØ

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Do you really know it?

    There are several simple things that I have done often that I simply never remember. I have written numerous SQL INSERT and UPDATE commands, but I never seem to be able to remember the syntax for either one, so I have a book on hand that I can glance at when needed.

    I have certainly had a few questions answered quite well on this forum, and gotten a few other references from here, as well.

    However, I find that program design is more of an art than a science. You can read about the tools, but you can't read how to use them.
    My usual boring signature: Nothing

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