Internet and Intellisense bad for your memory?

Posted by Barry Jones on Stack Overflow See other posts from Stack Overflow or by Barry Jones
Published on 2008-12-09T09:53:15Z Indexed on 2010/05/11 4:14 UTC
Read the original article Hit count: 257

Filed under:
|
|
|

Having programmed for a while now I have noticed that I am becoming more and more reliant on the internet and intellisense to do my job. But I was wondering how much that has effected my knowledge over the past year or so. But does this matter?

For example I am more likely now to remember that when I need to program against objects I have no knowledge about, I will go to the System.Reflection namespace and a quick look down the list will provide me with enough detail to get going again. But if you was to ask me which classes etc are required I would struggle to name them all.

This problem of remembering seems to manifest itself more when going for interviews when people seem to focus more on the minute detail of obscure areas of the .NET framework and not on the wide and varied knowledge and experience of the applicant. Anyway I digress.

Does anyone else think that maybe its time to turn of the intellisense and try and find better ways to learn, then quick fixes and work arounds of the internet?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about intellisense