Hacker News new | ask | show | jobs
by Ticklee 1857 days ago
afaik the only time you are really supposed to use uninitialized values is when you are planning on reading it in from some stream.

otherwise you should really avoid it.