Hacker News new | ask | show | jobs
by steve-atx-7600 17 days ago
Yes. You would only name it ant if you wanted to taint the first impression of anyone that’s been coding for a couple decades or more.
1 comments

Or if you have only started in the last few years and never heard of those older projects.
And could not be bothered to make the tiniest cursory check to see if the name was already in use by a well known project.
It's pretty difficult to tell whether something is, or was at some point, a well known project. Things that were major 20 years ago but are no longer used tend to become invisible since search engines prioritize recent knowledge.

For example, I think young developers would not know that SOAP was a major, like really major, technology in the 2000's. If you google for SOAP now, you get "cleaning products" mostly, and if you're lucky a single mention of the protocol - but unless you dig deeper, it's hard to find out it was actually THE industry standard for web services at some point.

IMO it's exactly the same with Ant (I used Apache Ant a lot in my early days as a dev!! But I've seen how very few Java devs know it these days, it's one of those things only the older guys know, plus a few younger one who have an interest in build systems in general and their history).