1. Always place an open curly brace in a new line.
总是将大括号放到新的一行里。
来自互联网
2. When I hit that curlybrace, swap's role in life is over.
当我以那个花括号结束,swap的角色就结束了。
来自互联网
3. NET will line up the curlybrace in the proper column.
NET将按适当的方式重新排列代码。
来自互联网
4. They are correct, as the picture suggests, but then I hit that curly brace.
它们是正确的,就像那个图所表示的,然后以那个花括号结束。
来自互联网
5. Curly brace reviews - Emphasizing just on structure and indentation instead of serious issues.
花括号复查——只强调排版结构和缩进之类的琐碎细节,而置更为严重的问题于不顾。
来自互联网
6. Never ever leave a trailing comma before the closing curly brace or you'll be in trouble.
只要记住一点,不要右大括号前面写分号,你就不会有麻烦。
来自互联网
7. The (left curly brace) should be at the end of the line that begins the compound statement.
(左大括号)应在复合语句其实行的结尾处。
来自互联网
8. But the moment swap returns, the moment we hit this bottom most curlybrace, what conceptually happens in memory?
但是swap返回时,当我们抵达花括号底端是,在内存中发生了什么?
来自互联网
9. The (right curly brace) is aligned with the line containing the beginning of the declaration of the function.
(右大括号)与声明函数的那一行代码头部对齐。
来自互联网
10. Other programming languages use special characters to distinguish blocks of code, like the curly brace characters ({and}) in C-based languages.
其他编程语言使用特殊的字符来区分代码块,比如基于C的语言中的花括号({和})。
来自互联网
11. The } (right curly brace) should begin a line and be indented to align with the beginning of the line containing the matching { (left curly brace).
(右大括号)应与{(左大括号)的那一行的开头对齐
来自互联网
12. With anonymous methods, mimic the code layout of a regular method, aligned with the delegate declaration. (complies with placing an open curlybrace in a new line).
使用匿名方法时,代码风格应该和普通方法一样,与委托声明对齐。(大括号应该放到新的一行里)。
来自互联网
13. Parenthesis Matching: % Takes you to the matching parenthesis, curly brace, or bracket, depending on what you are on. This always comes in handy as a quick double-check.
14. So the open curly brace followed by the closed curly brace means everything inside of these curly braces should get executed, but only if that first condition is actually true.
15. So we hit the curlybrace so the very bottom of the function and as soon as you hit that, the next line in the story is well, then we return to main and where are we executing in main?
16. Anyway, the problem is to do with scope - if you want to declare variables within an if block it needs to have curly braces and then the variables are only valid within that brace block.
不管怎样,问题是要做的范围-如果你想在一个声明变量如果块需要大括号,则变量是唯一有效的内支撑块。
来自互联网
17. You'll want to remember to use the more explicit curly-brace form when your environment variable is not isolated from the surrounding text by whitespace (Spaces or tabs).
请记住:当环境变量没有用空白(空格或制表键)与周围文本分开时,请使用更明确的花括号形式。
来自互联网
18. The curly-brace notation (formally known as Expression Language or EL syntax) is better suited for times when the method call is embedded in another tag's attributes.
当在另一个标记的属性中调用方法时,大括号表示法(正式名称为表达式语言或el语法)更合适。
来自互联网
19. One of the key features of Sass is its indentation-based syntax, which gives you curly-brace and semi-column free code.
Sass的一个关键特性是缩进式的语法,这种语法可以产生柱式外观的代码。
来自互联网
20. One of the key features of Sass is its indentation-based syntax, which gives you curly-brace and semi-column free code.