Click here to Skip to main content
15,891,316 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Weekend reading: Memory and Learning Pin
Mike Hankey19-Jan-19 9:04
mveMike Hankey19-Jan-19 9:04 
GeneralRe: Weekend reading: Memory and Learning Pin
Mark_Wallace19-Jan-19 10:12
Mark_Wallace19-Jan-19 10:12 
GeneralRe: Weekend reading: Memory and Learning Pin
spoljarecDamir20-Jan-19 22:53
spoljarecDamir20-Jan-19 22:53 
GeneralRe: Weekend reading: Memory and Learning Pin
Mark_Wallace19-Jan-19 10:04
Mark_Wallace19-Jan-19 10:04 
GeneralRe: Weekend reading: Memory and Learning Pin
raddevus19-Jan-19 12:06
mvaraddevus19-Jan-19 12:06 
GeneralRe: Weekend reading: Memory and Learning Pin
Mike Hankey19-Jan-19 12:10
mveMike Hankey19-Jan-19 12:10 
GeneralRe: Weekend reading: Memory and Learning Pin
raddevus19-Jan-19 12:15
mvaraddevus19-Jan-19 12:15 
GeneralRe: Weekend reading: Memory and Learning Pin
lopatir19-Jan-19 20:55
lopatir19-Jan-19 20:55 
raddevus wrote:
I agree and this is definitely true in relation to programming languages, APIs etc. Especially if you work on multiple platforms.

Strongly disagree.

This is why fast search (and tools built on it like intelisense) is far more important then trying to remember: changing (evolving, extending, standardising..) API definitions makes memorising a detriment if not a danger and really should be avoided.

"Well when I learned it it started at 1, since when did they change it to zero?"
= not only 'what I memorised is now useless information' but 'it WILL cause my code to fail.'
(Well in vb it starts at one, but c# starts at zero, but they are both .net)

Applicable to any field: If my 50 year old doctor is going to rely on what he memorised back in med school 25 years earlier than I'm going elsewhere. I'm way happier if he looks stuff up and/or asks his peers.

Yeah it's fine for remembering peoples names
and in say programming simple info like what symbol to use for addition and [less obvious] modulo in language X... or even bit deeper such as the logical vs boolean operators (which many compilers might not flag the ambiguity when it looks like the wrong choice may have been made)

but when it comes to API's and interfaces (i.e. communication between 2 entities) particularly between platforms absolutely always far better look it up (particularly if not used for some time), or significant new versions of one or/and the other entity have been released...

Does looking it up slow you down? Rubbish. With google etc, you're talking seconds or less to check.
Whereas, [given these things do change, given platforms do differ, ...] it's "remembering" the wrong thing that'll significantly slow you down and cause failures.
Message Signature
(Click to edit ->)

GeneralRe: Weekend reading: Memory and Learning Pin
Richard MacCutchan19-Jan-19 21:36
mveRichard MacCutchan19-Jan-19 21:36 
GeneralRe: Weekend reading: Memory and Learning Pin
Harrison Pratt21-Jan-19 3:32
professionalHarrison Pratt21-Jan-19 3:32 
GeneralRe: Weekend reading: Memory and Learning Pin
raddevus21-Jan-19 4:18
mvaraddevus21-Jan-19 4:18 
GeneralRe: Weekend reading: Memory and Learning Pin
rjmoses22-Jan-19 10:43
professionalrjmoses22-Jan-19 10:43 
GeneralRe: Weekend reading: Memory and Learning Pin
Member 916705727-Jan-19 21:20
Member 916705727-Jan-19 21:20 
GeneralRazor Pages - Wow Pin
#realJSOP19-Jan-19 5:42
mve#realJSOP19-Jan-19 5:42 
GeneralUseless IoT item of the weekend Pin
OriginalGriff19-Jan-19 1:16
mveOriginalGriff19-Jan-19 1:16 
GeneralRe: Useless IoT item of the weekend Pin
Peter_in_278019-Jan-19 1:19
professionalPeter_in_278019-Jan-19 1:19 
GeneralRe: Useless IoT item of the weekend Pin
Mike Hankey19-Jan-19 2:28
mveMike Hankey19-Jan-19 2:28 
GeneralRe: Useless IoT item of the weekend Pin
lopatir19-Jan-19 4:21
lopatir19-Jan-19 4:21 
GeneralRe: Useless IoT item of the weekend Pin
Mike Hankey19-Jan-19 4:34
mveMike Hankey19-Jan-19 4:34 
GeneralRe: Useless IoT item of the weekend Pin
Mike Hankey19-Jan-19 2:27
mveMike Hankey19-Jan-19 2:27 
GeneralRe: Useless IoT item of the weekend Pin
Mark_Wallace19-Jan-19 2:43
Mark_Wallace19-Jan-19 2:43 
GeneralRe: Useless IoT item of the weekend Pin
abmv19-Jan-19 4:07
professionalabmv19-Jan-19 4:07 
GeneralRe: Useless IoT item of the weekend Pin
Mark_Wallace19-Jan-19 10:05
Mark_Wallace19-Jan-19 10:05 
GeneralRe: Useless IoT item of the weekend Pin
Mycroft Holmes19-Jan-19 11:09
professionalMycroft Holmes19-Jan-19 11:09 
GeneralJust been to the Amazon site... Pin
OriginalGriff19-Jan-19 0:41
mveOriginalGriff19-Jan-19 0:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.