raldone01@lemmy.worldOPtoProgrammer Humor@lemmy.ml•Using comments as arguments in python.
19·
2 days agoOn a serious note:
This feature is actually very useful. Libraries can use it create neat error messages. It is also needed when logging information to a file.
You should however never ever parse the source code and react to it differently.
Well now that causes breakage two dependencies down the line. Good luck with that. 😅