|
|
|
|
|
by jimbokun
403 days ago
|
|
The problem is the compiler doesn’t help you if you forget to check err. Although it will flag unused variable. So you will have to make an effort to deliberately ignore the error value. Still not quite as nice as the compiler forcing you to handle the error case. |
|