When I'm writing code...
Posted at 02:22 am Friday December 31st 2004
...I decide the comments.
[code]if( total_data_sent == -1 ) {
// Get the error out and cause a ruckus.
...
}[/code]
|
When I'm writing code... Posted at 02:22 am Friday December 31st 2004 ...I decide the comments.
[code]if( total_data_sent == -1 ) {
// Get the error out and cause a ruckus.
...
}[/code] |