Next: , Previous: , Up: 変数のバインディングのスコーピングルール   [Contents][Index]


12.10.3 ダイナミックバインディングの正しい使用

Dynamic binding is a powerful feature, as it allows programs to refer to variables that are not defined within their local textual scope. However, if used without restraint, this can also make programs hard to understand.

First, choose the variable’s name to avoid name conflicts (see Emacs Lispコーディング規約).

This page has generated for branch:master, commit:762705fb24fd90db318f2e51c1e762452d26f7e2 to check Japanese translation.