format for code review

2001-08-13 Thread Yacketta, Ronald
Folks, What format should one post code reviews in? attachments? script included in email? url? Please advise -Ron -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: format for code review

2001-08-13 Thread Michael Fowler
On Mon, Aug 13, 2001 at 02:50:13PM -0400, Yacketta, Ronald wrote: > What format should one post code reviews in? attachments? script included > in email? url? It depends on the size of the code. I'd say if it's any more than, say, 100 lines put it on a web site somewhere. Otherwise, include it

Re: format for code review

2001-08-13 Thread Morbus Iff
>And remember, the key to having someone actually read your code is to make >it readable; make good use of whitespace and indentation, this isn't an >obfuscated Perl contest. I'd also include, with a healthy shout, to comment your own code first. It helps people a lot if we can see what you w