-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Currently are all examples, pattern without space between brackets and var.
I think is also a good practice to write readable code.
Maybe I would check all examples for this and send a pull request with the changes - if you like it?
Example:
if (!$foo) {much better
if ( ! $foo ) {Also I would add a chapter about space, whitespace in code for better legibility, if you like?
Metadata
Metadata
Assignees
Labels
No labels