Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arethuza
on Jan 10, 2012
|
parent
|
context
|
favorite
| on:
Don't return null; use a tail call
It was just a question about the syntax used - why type Nullable<int> when there is direct syntactical support in C# for nullable types - in this case you could simply type int? rather than Nullable<int>
endianswap
on Jan 10, 2012
|
next
[–]
At the very least Nullable<T> is a lot friendlier to search than T? if you want to learn more on the subject.
bfung
on Jan 10, 2012
|
prev
[–]
not everyone is familiar with C#, and Nullable<int> conveys better meaning in writing to that kind of audience.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: