Skip to content
#

random-access

Here are 21 public repositories matching this topic...

dankwart-de
dankwart-de commented Sep 19, 2019

Why? Because in the current implementation, the methods like readChar, read or write are very C/C++'ish and return e.g. -1, if "bad things happen". With the Return type, we can have a modern approach which
a) returns success or not
b) returns a result, if successful
c) can hold a message, describing the nature of the error.

enhancement New feature or request good first issue Good for newcomers

Improve this page

Add a description, image, and links to the random-access topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the random-access topic, visit your repo's landing page and select "manage topics."

Learn more