Skip to content

リファクタリング提案その2 #2

@pm-yosuke

Description

@pm-yosuke

foreach ( $consts as $key => $value ) {
echo "<script type='text/javascript'> var {$key} = '{$value}';</script>";
}

<script> タグを何度も出力するのではなく1つのタグ内にまとめたほうが良いです。
更にいうとJSONエンコードとかでまとめて1つの変数だけにしてあげるほうが良いです。

Metadata

Metadata

Assignees

Labels

wontfixThis will not be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions