Click here to Skip to main content
15,914,013 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: What code should I read? Pin
Gary Wheeler24-Feb-16 8:04
Gary Wheeler24-Feb-16 8:04 
GeneralRe: What code should I read? Pin
Marc Clifton24-Feb-16 8:07
mvaMarc Clifton24-Feb-16 8:07 
GeneralRe: What code should I read? Pin
BillWoodruff24-Feb-16 8:49
professionalBillWoodruff24-Feb-16 8:49 
GeneralRe: What code should I read? Pin
kdmote24-Feb-16 9:04
kdmote24-Feb-16 9:04 
GeneralRe: What code should I read? Pin
R. Erasmus25-Feb-16 0:21
R. Erasmus25-Feb-16 0:21 
GeneralRe: What code should I read? Pin
englebart25-Feb-16 2:04
professionalenglebart25-Feb-16 2:04 
AnswerRe: What code should I read? Pin
Plamen Dragiyski25-Feb-16 2:05
professionalPlamen Dragiyski25-Feb-16 2:05 
GeneralRe: What code should I read? Pin
Kirk 1038982125-Feb-16 2:52
Kirk 1038982125-Feb-16 2:52 
As always, It Depends.

I recommend this a lot to new coders. People learning a new language.
I also recommend learning/reading code that solves problems you understand, or you truly want to understand. LZW Compression was eye opening.

Also, are you reading for a Novel experience or to emulate the Greats? Learning a new language or fine tuning your skills? It all matters.

Are you going to skim and then focus or focus on every line of code, executing it in your head?

Reading many of your replies, it sounds like you are pretty far along in programming. You are more interested in learning from the masters. To me, that means delving down into the more complicated code like Roslyn.

I enjoy reading well written libraries the most. Even the elegance of x = passed || default; to initialize something conditionally is cool. A line of code is like a single thought. Developing such thoughts to harness a little more value than 3 lines of code is cool.

Of course, always read the old C standard library code!

GeneralRe: What code should I read? Pin
Gerry Schmitz25-Feb-16 5:53
mveGerry Schmitz25-Feb-16 5:53 
GeneralRe: What code should I read? Pin
kdmote25-Feb-16 7:25
kdmote25-Feb-16 7:25 
GeneralRe: What code should I read? Pin
AndrewJacksonZA25-Feb-16 19:37
AndrewJacksonZA25-Feb-16 19:37 
QuestionPleading the 5th? Pin
megaadam24-Feb-16 4:01
professionalmegaadam24-Feb-16 4:01 
AnswerRe: Pleading the 5th? PinPopular
PompeyThree24-Feb-16 4:03
PompeyThree24-Feb-16 4:03 
GeneralRe: Pleading the 5th? Pin
SeattleC++25-Feb-16 9:50
SeattleC++25-Feb-16 9:50 
AnswerRe: Pleading the 5th? Pin
jgakenhe24-Feb-16 4:10
professionaljgakenhe24-Feb-16 4:10 
AnswerRe: Pleading the 5th? Pin
User 842024-Feb-16 4:13
User 842024-Feb-16 4:13 
AnswerRe: Pleading the 5th? PinPopular
GuyThiebaut24-Feb-16 4:15
professionalGuyThiebaut24-Feb-16 4:15 
AnswerRe: Pleading the 5th? Pin
Ravi Bhavnani24-Feb-16 4:41
professionalRavi Bhavnani24-Feb-16 4:41 
AnswerRe: Pleading the 5th? Pin
W Balboos, GHB24-Feb-16 5:58
W Balboos, GHB24-Feb-16 5:58 
JokeRe: Pleading the 5th? Pin
ZurdoDev24-Feb-16 6:02
professionalZurdoDev24-Feb-16 6:02 
GeneralRe: Pleading the 5th? Pin
megaadam24-Feb-16 6:42
professionalmegaadam24-Feb-16 6:42 
GeneralRe: Pleading the 5th? Pin
908236524-Feb-16 10:27
908236524-Feb-16 10:27 
RantApple iPhone FBI Controversy Pin
Kirk 1038982124-Feb-16 3:45
Kirk 1038982124-Feb-16 3:45 
GeneralRe: Apple iPhone FBI Controversy Pin
Richard Deeming24-Feb-16 4:06
mveRichard Deeming24-Feb-16 4:06 
GeneralRe: Apple iPhone FBI Controversy Pin
Scott Serl24-Feb-16 6:19
Scott Serl24-Feb-16 6:19 

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.