Open dekarrin opened 10 months ago
Not having these simple functions means error checking is required and that rezi.MustX functions used directly are more convenient.
rezi.MustX
Having a HandleErrors or similar attribute on the Reader and Writer means caller could choose the error handling method.
HandleErrors
Reader
Writer
Not having these simple functions means error checking is required and that
rezi.MustX
functions used directly are more convenient.Having a
HandleErrors
or similar attribute on theReader
andWriter
means caller could choose the error handling method.