gregoryyoung / nothing

Replacement of the System.Void type
The Unlicense
57 stars 11 forks source link

Update README to explain the reasoning behind the library #22

Open jameshowe opened 9 years ago

jameshowe commented 9 years ago

Personally, I don't understand the benefit/purpose of trying to replace the void type with Nothing other than, arguably, slightly better readability. I could argue that this library adds an extra layer of complexity given Nothing doesn't really appear to be nothing (it retains an internal instance).

I think as part of the README you should justify your reasoning for the use of Nothing vs void.