Skip to content

Commit

Permalink
Remove specific code base reference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig authored Dec 15, 2017
1 parent 7ff62dd commit 9a7d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We allow the possibility of legitimate use-cases of the "callable" magic methods

Global functions risk causing namespace collisions, and thus require explicit namespacing in the function name itself. Since the language supports namespaces for organization, we can use them to increase readability and reduce that risk.

The remaining advantage of global functions is portability across a wide codebase that may require versions of PHP which did not support namespaces. This should not be an issue for payments code since its public API should be only used by non-Jetpack methods or over HTTP.
The remaining advantage of global functions is portability across a wide codebase that may require versions of PHP which did not support namespaces. This should not be an issue for new code.

## Static methods

Expand Down

0 comments on commit 9a7d32d

Please sign in to comment.