TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How do you name your applications?

4 pointsby dviolaalmost 11 years ago
I&#x27;ve seen this is one topic where most programmers struggle before starting a project.<p>How do you name your apps?<p>Do you think is important to name them well?<p>Where do you find the inspiration?<p>How much effort do you put into that?

4 comments

LarryMade2almost 11 years ago
If its going to be consumed by the public - yes.<p>One of my earlier database apps for an in-office app ran on FoxBase, guess what people called it? It had the fox logo and such. Good or bad other programs were assumed to be &quot;FoxBase&quot; too because of the ID screen and lack of a definitive name, was kinda hard presenting it without a unique name.<p>The revised database system using PHP, I gave it a name: WANDA (currently stands for - Web Accessible Nimble Database Architecture) A whole lot better then its development name, &quot;the Web Database&quot; I think having a name helped differentiate it from other programs, also picking one that is short, fun, easy to remember also helps for word of mouth adoption. The different applications within WANDA have more mundane names like WANDA Mail List, or WANDA Librarian, but with WANDA being so short it works.<p>I don&#x27;t know about weird names, you can get too out there and people wont be able to recognize or spell it much less remember what its called (&quot;Cuil&quot;, &quot;Xara Extreme&quot;, &quot;Quark Express&quot;, really?)<p>I think proper names are a good start if nothing else comes to mind, especially if they relate to the application&#x27;s purpose, or at least are easy to remember.<p>Mainly what I did was decide I wanted the name to be a female name that was an acronym for something (female being friendlier and more efficient sounding), so I listed out relevant words and started testing acronym ideas. WANDA was the first that struck - (the movie A Fish Called Wanda did have some influence there, gotta go with the loosely related Monty Python reference...)
na85almost 11 years ago
The trend <i>used to be</i> that you would call your project by a descriptive name. GCC for &quot;GNU Compiler Collection&quot; or fnotifyd for &quot;Frank&#x27;s Notifyer Daemon&quot;. Tmux is the &quot;Terminal MUltipleXer&quot;, etc.<p>Commercial projects or free projects that need marketability often take on names that are at least tangentially-related. The names &quot;Windows&quot;, &quot;Stripe&quot;, and &quot;Cairo&quot; are all at least somewhat related to what they do. Windows is a GUI-driven OS with windows in it. Stripe takes magstripe card payments. Cairo is a drawing library that no doubt got its name from hieroglyphics.<p>But then there are a lot of projects with awful names. They might be good projects, but the names don&#x27;t mean anything or don&#x27;t have immediately obvious connections. A really annoying trend has become &quot;hip&quot; in the last 5 years or so, which is to pick a random, sophisticated-sounding noun, check if the .io is available, register your randomSophisticatedNoun.io domain, upload the (most likely javascript) to github, and then make a Show HN post about it and&#x2F;or spam it on your blog.<p>Rome. PieCrust. Square. Robin. Bluefin. Selennium. Uber.<p>The names don&#x27;t mean anything. I saw &quot;Rome&quot; on HN just a day or two ago but the name is poorly chosen because I can&#x27;t tell you what they do.
Alex-Galapagosalmost 11 years ago
I put a lot of effort naming mine.. Usually starts with what is behind the app&#x27;s concept and then I play around with words
NameNickHNalmost 11 years ago
I tend to use keywords as the application name as it makes SEO easier and people know what the app does by its title.