Hacker News new | ask | show | jobs
by nikbackm 3 hours ago
Why even call it in that case?
2 comments

It's apparently a typo in the article, they probably meant to write `println()`.
Typo in this case, but in general supporting "useless" code like this is sometimes a good idea because it makes writing generic code easier. Maybe not in this case.