Skip to content

Commit

Permalink
pythonはコメントアウトが // ではなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jun 16, 2024
1 parent 54c3715 commit d4fe9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ VITE_DEFAULT_ENGINE_INFOS=`[

- 関数名や変数名は極力キャメルケースで命名する必要があります。何かしらの制約上キャメルケースで命名出来ない場合は、コメントを残します。

```python
```ts
// FIXME: ●●のため、キャメルケースが採用できない
```

- 今回コーディングするが、構造制約などで「本来ありたい構造と異なる」場合にも、コメントを残します。

```python
```ts
// TODO: ●●を使わずに、●●となる実装にしたい
```

Expand Down

0 comments on commit d4fe9a9

Please sign in to comment.