Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

We had a developer write his own System.out.println in Java. But it wasn't because he didn't like the built-in System.out.println, it was because he didn't know it existed. He had a PhD and was supposedly a senior developer. He didn't last very long.


He must have had a very interesting educational path to write functional Java code without knowing about println. I marvel at that. I almost admire it. Because I think pretty much every tutorial in the world for every language starts with printing, and every project has it someplace. He must have learned via some esoteric means.


He worked for some failed startup before we got him. Our project manager who had worked with him there, brought him in and said he was a genius.

I think maybe Java wasn't his first language. But to me, not realizing that Java would have something like System.out.println was a bad sign.


Some of the worst (and some of the best) developers I've known, have had advanced degrees.

This guy has a high school diploma, and regularly stunned the Ph.Ds in Japan.


Same here, and I have worked alongside engineers from both ends of that spectrum. The only thing the degree'd individuals seemed to bring to the table is that they typically did not know what they did not know, thus were much more subject to Dunning-Kreuger.


"only thing they brought the table"?

Only you'd know but that seems rather uncharitable.


I once worked with a dev that implemented his own forEach in JavaScript. And literally used an ECMAScript version 6 feature to do so! (native forEach in JS showed up in ECMAScript 5) Meanwhile, that project already had jQuery and Underscore... which also had their own versions of forEach! It was a bizarre choice.


A forEach that could handle async/await would be nice. But for ... in is almost as good.


A motivation for reimplementing System.out.println might be to have it reliably display Unicode characters in Windows terminals, using WriteConsoleW.


I believe it was System.out.printf not System.out.println


To be fair that was quite a late addition to the language all things considered. It could be he learned Java before it existed, or had most of his experience in 1.4 (which survived quite long in some environments because 1.5 was such a huge overhaul). But still, a good dev will keep up to date with language features.


This was circa 2002 FWIW.


And everyone had a laugh until String.format became a thing?




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: