I think the safest bet would be to use double assignment, that way is concise 
and less error prone, dwyt @nivsherf ?

```javascript
this.options = options = options || {};
```

[ Full content available at: https://github.com/apache/tinkerpop/pull/1038 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

Reply via email to