|
|
|
|
|
by colanderman
5000 days ago
|
|
Here's a good, valid, technical reason: any meta-programming tool – even a well-designed one – that strips out comments will now change the meaning of your code and silently fail. If the annotation were instead, say, not inside the comments, then any such tool would either (a) leave the annotation intact, or (b) fail with an error when it encounters the unknown syntax. |
|
Your good, valid, technical reasons are anything but.