??? 01/08/08 13:55 Read: times |
#149137 - I too dislike the placement, even worse it is WRON Responding to: ???'s previous message |
Is the comment, "wait for receive data" deliberately placed after the code to which it relates?
I know some people like to do this, but I think it's more common for comments to introduce the code that follows? That is certainly my personal preference! I too dislike the placement, even worse it is WRONG!. The code does NOT "wait for receive data" if (RI) establishes that data IS PRESENT, thus the code does by no means wait for anything. Erik |