+10
@@ -40,6 +40,16 @@ else
|
||||
}
|
||||
```
|
||||
|
||||
```javascript
|
||||
if (a === b)
|
||||
{
|
||||
thenProcess ();
|
||||
afterProcess ();
|
||||
}
|
||||
else
|
||||
elseProcess (); // 👍
|
||||
```
|
||||
|
||||
### PHP
|
||||
変数名、メソッド名はスネーク・ケースで記述し,クラス名はパスカル・ケースで記述するものとします.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user