Click here to Skip to main content
15,913,944 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
SeattleC++25-Feb-16 5:52
SeattleC++25-Feb-16 5:52 
GeneralRe: What code should I read? Pin
kdmote25-Feb-16 7:24
kdmote25-Feb-16 7:24 
GeneralRe: What code should I read? Pin
SeattleC++25-Feb-16 14:48
SeattleC++25-Feb-16 14:48 
GeneralRe: What code should I read? Pin
Jochen Arndt24-Feb-16 5:13
professionalJochen Arndt24-Feb-16 5:13 
GeneralRe: What code should I read? Pin
RedDk24-Feb-16 5:31
RedDk24-Feb-16 5:31 
GeneralRe: What code should I read? Pin
Amarnath S24-Feb-16 6:27
professionalAmarnath S24-Feb-16 6:27 
GeneralRe: What code should I read? Pin
KarstenK24-Feb-16 6:42
mveKarstenK24-Feb-16 6:42 
GeneralRe: What code should I read? Pin
Gary Wheeler24-Feb-16 7:42
Gary Wheeler24-Feb-16 7:42 
The most productive code-reading I've ever done has been when I was implementing a well-known algorithm, and I looked at other implementations of the algorithm for suggestions and gotchas. If you know the algorithm fairly well, that helps you follow the code. The code in turn can help you understand corner cases and real-world optimizations that come up when implementing the algorithm.

Find an algorithm that you need to use, and then go looking for code that implements it. You'll find both good and bad in such a search, but reading the bad can be as useful as the good ("here's what not to do"). Learning to discriminate between the two is useful as well.
Software Zen: delete this;

GeneralRe: What code should I read? Pin
kdmote24-Feb-16 7:58
kdmote24-Feb-16 7:58 
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 
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 

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.