|
|
|
|
|
by axitanull
810 days ago
|
|
I believe back in the Java days, there are packages that are also doing something like this (comment preprocessor for generating code) Those plugins would try to point out that the comments that they would preprocessed would look somewhat different from regular comment, e.g. //this is a regular comment //#while comments that start with '#' would be preprocessed. It's still an issue that would shoot the foot of the next person who would maintain your code though. |
|