Hacker News new | ask | show | jobs
by Tiddles-the2nd 1364 days ago
Also this is just weird, it tries to be EE but it just ends up being convoluted without applying the patterns correctly. E.g. all the logic is executed in the constructor of HelloWorld.java - I can't imagine that ever getting past code review.
2 comments

Well it's on gh so why not fork and fake a PR with your code critiques (plus lots more, such as heretically not using a symbolic constant for zero) to make the satire perfect?
"The instantiateHelloWorldMainClassAndRun() method should be private.

This issue is blocking half of the team, please fix asap"

Also, hungarian notation I in front of interface name is something I've never seen in Java - it's a C#/windows pattern.
Sadly, it's a thing in Eclipse/SWT-derived or -inspired codebases.