Hacker News new | ask | show | jobs
by killface 2556 days ago
Passing optional objects as method params is bad. The trouble is that an Optional<T> can still be null itself.