Click here to Skip to main content
15,906,558 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.

 
AnswerRe: Code Review - thoughts Pin
Simon Lee Shugar29-Jan-15 22:32
Simon Lee Shugar29-Jan-15 22:32 
GeneralRe: Code Review - thoughts Pin
Slacker00730-Jan-15 5:12
professionalSlacker00730-Jan-15 5:12 
AnswerRe: Code Review - thoughts Pin
coding4ever30-Jan-15 2:31
professionalcoding4ever30-Jan-15 2:31 
AnswerRe: Code Review - thoughts Pin
tom144330-Jan-15 3:03
tom144330-Jan-15 3:03 
GeneralRe: Code Review - thoughts Pin
Slacker00730-Jan-15 5:07
professionalSlacker00730-Jan-15 5:07 
AnswerRe: Code Review - thoughts Pin
agolddog30-Jan-15 3:50
agolddog30-Jan-15 3:50 
GeneralRe: Code Review - thoughts Pin
Slacker00730-Jan-15 5:05
professionalSlacker00730-Jan-15 5:05 
AnswerRe: Code Review - thoughts Pin
Kirk 1038982130-Jan-15 4:31
Kirk 1038982130-Jan-15 4:31 
Love 'em, but I do a lot of one man coding myself.

Honestly, I have my editor(s) setup to do a lot of the formatting automatically,
and to reformat my code.

I can't share my code because of NDAs as mentioned elsewhere. But that does NOT mean you
cannot review your own code! As a note, we did all of our code reviews on Fridays. Usually
after lunch, through the end of the day. It was designed to discourage working over the weekend,
and to help us unwind and not be stressed out. I felt it was the perfect way to end the week.

But before coded reviews are started, coding standards must exist. If you have those, then I would
take some time out at the end of the week, and review your own code. Eventually you will find it is second nature. Also, once we determined something to be dangerous (or bug inducing), we updated our coding standards to prevent it. Like declaring a stack based buffer of a fixed size to read in from a stream of unknown length (buffer overflow, anyone?).

I think if you review your own code, and look it over, and would be proud to show it to anyone who asked... You are ahead of 70% of the coders out there. Also, when you find yourself referring to your old code, you will appreciate it and reuse it more...

Kirk Out!
AnswerRe: Code Review - thoughts Pin
PIEBALDconsult30-Jan-15 4:40
mvePIEBALDconsult30-Jan-15 4:40 
AnswerRe: Code Review - thoughts Pin
Clint Helton30-Jan-15 5:25
Clint Helton30-Jan-15 5:25 
AnswerRe: Code Review - thoughts Pin
patbob30-Jan-15 5:47
patbob30-Jan-15 5:47 
GeneralRe: Code Review - thoughts Pin
Slacker00730-Jan-15 6:35
professionalSlacker00730-Jan-15 6:35 
GeneralHow cool is that? Pin
Kenneth Haugland29-Jan-15 4:38
mvaKenneth Haugland29-Jan-15 4:38 
GeneralRe: How cool is that? Pin
Maximilien29-Jan-15 4:47
Maximilien29-Jan-15 4:47 
GeneralRe: How cool is that? Pin
Kenneth Haugland29-Jan-15 4:52
mvaKenneth Haugland29-Jan-15 4:52 
GeneralRe: How cool is that? Pin
OriginalGriff29-Jan-15 4:59
mveOriginalGriff29-Jan-15 4:59 
GeneralRe: How cool is that? Pin
Kenneth Haugland29-Jan-15 5:08
mvaKenneth Haugland29-Jan-15 5:08 
GeneralRe: How cool is that? Pin
Maximilien29-Jan-15 5:11
Maximilien29-Jan-15 5:11 
GeneralRe: How cool is that? Pin
User 842029-Jan-15 5:01
User 842029-Jan-15 5:01 
GeneralRe: How cool is that? Pin
PhilLenoir29-Jan-15 4:58
professionalPhilLenoir29-Jan-15 4:58 
GeneralRe: How cool is that? Pin
Kenneth Haugland29-Jan-15 5:37
mvaKenneth Haugland29-Jan-15 5:37 
GeneralRe: How cool is that? Pin
PhilLenoir29-Jan-15 6:02
professionalPhilLenoir29-Jan-15 6:02 
GeneralRe: How cool is that? Pin
Kenneth Haugland29-Jan-15 6:26
mvaKenneth Haugland29-Jan-15 6:26 
GeneralRe: How cool is that? Pin
PhilLenoir29-Jan-15 6:39
professionalPhilLenoir29-Jan-15 6:39 
GeneralRe: How cool is that? Pin
dandy7229-Jan-15 7:21
dandy7229-Jan-15 7:21 

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.