Live data from Hacker News

Java: Real or Not?

java.metagno.me

1–10 of 68 posts

Re: Java: Real or Not?

#2
It's been a few years since I've seriously used Spring, but I when I did, I used the hell out of it. I'm pretty surprised by how many times I was fooled.

Re: Java: Real or Not?

#5
It's not surprising that a Markov chain could put together plausible sounding class names, because yeah, there are definitely patterns that class names fall into.

What's surprising is that one third of the names it's showing me are actually real. I mean, "MetaMetaContextHierarchyConfig" actually exists?

Re: Java: Real or Not?

#6
post #5

It's not surprising that a Markov chain could put together plausible sounding class names, because yeah, there are definitely patterns that class names fall into. What's surprising is that one third of the names it's showing me are actually real. I mean, "MetaMetaContextHierarchyConfig" actually exists?

> I mean, "MetaMetaContextHierarchyConfig" actually exists?

Apparently.

https://github.com/spring-projects/spring-framework/blob/mas...

"Custom context hierarchy configuration annotation that is itself meta-annotated with MetaContextHierarchyConfig"

Re: Java: Real or Not?

#10
post #4

It never hurts to study the masters in serious enterprise software: https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

This is great but it brings up a serious question I've always had. Taken to the extreme, things like the single responsibility principal, the open closed principal, etc, result in messes like this. I've been wondering if anything has been written around a concrete methodology of doing OOP that doesn't naturally converge onto something like this, and why it happens.
Post reply on HN