Skip to content

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

Description

@pm-yosuke

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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