adrianhelvikspond commented on PR #3014:
URL: https://github.com/apache/thrift/pull/3014#issuecomment-2265023452
It absolutely could, but this would make it less likely. An alternative
approach could be to use symbols instead.
```javascript
[Symbol.for("read")] (input) {
// ...
}
[Symbol.for("write")] (output) {
// ...
}
```
This would prevent this problem entirely.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]