Closed mauroalderete closed 2 years ago
Be could return error instances. But, the fact that all methods return a potential error makes using packages unmanageable.
We have to search references to look at how others handled this.
According to [How to handle method with Nil Receiver?](https://stackoverflow.com/questions/60878082/how-to-handle-method-with-nil-receiver) we don't handle this.
Simply we wait for a panic event to happen.
Be could return error instances. But, the fact that all methods return a potential error makes using packages unmanageable.
We have to search references to look at how others handled this.