phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Rename ambiguous methods to be more verbose #41

Closed pinepain closed 7 years ago

pinepain commented 7 years ago

Some methods, e.g. SymbolValue::for() could be improved, e.g. SymbolValue::createFor() looks more clear and self-descriptive. There are plenty of a kind. This task is vague by it's nature and in general it requires you to walk through stubs and see what looks strange or what may be hard to understand for end-users and what is not intuitive. BC-breaks are fine at this step.