Hacker News new | ask | show | jobs
by postgressomethi 674 days ago
I always thought there should be a two-arg overload of new, so you could write new(bool, true) or new(int, 20). Would solve the problem without any trickery.