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

+ 10
- 0
Home.md

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


Loading…
Cancel
Save