master
みてるぞ 1 year ago
parent
commit
c73658b44d
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      Home.md

+ 11
- 0
Home.md

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


Loading…
Cancel
Save