+11
@@ -28,6 +28,17 @@ git clone http://miteruzo.ml:3000/miteruzo/nizika.git
|
||||
補足が必要な箇所のみ以下に示します.
|
||||
|
||||
### 共通の基本事項
|
||||
```javascript
|
||||
if (a === b)
|
||||
{
|
||||
thenProcess ();
|
||||
afterProcess ();
|
||||
}
|
||||
else
|
||||
{
|
||||
elseProcess (); // だめ.
|
||||
}
|
||||
```
|
||||
|
||||
### PHP
|
||||
変数名、メソッド名はスネーク・ケースで記述し,クラス名はパスカル・ケースで記述するものとします.
|
||||
|
||||
Reference in New Issue
Block a user