Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.11.0
-
None
Description
- Update XML Documentation
- Update spacing
- remove this.
- conform to naming
- ie: private readonly Stream stream
should have the field renamed to _stream (refer to #3) - don't use single letter parameters in methods
- ie: private readonly Stream stream
- AvroException is a very generic exception and we should use more specific exceptions
- InvalidDataException is specific to operations on data in System.IO
- EndOfStreamException is specific to using System.IO.Stream
- Delete commented code
- Use explicit types instead of var
Attachments
Issue Links
- links to