dr.*_*vil 5 label coding-style goto naming-conventions
你如何命名你的GoTo标签?我经常使用很少,所以我很难找到好名字.
请不要使用经典的'goto is evil and eat your code alive discussion'
在批处理文件中,我经常使用 HELL。
喜欢:
some_command || GOTO HELL
...
HELL:
echo "Ouch, Hot!"
Run Code Online (Sandbox Code Playgroud)
我的标签名称几乎总是属于以下模式之一: