How to name your project

| | Comments (0) | TrackBacks (0)

Here is an easy way to find a name for your software project.

  1. Think of the general name/idea for what it is you're doing. For example: blog.

  2. Craft a regexp and use it to grep /usr/share/dict/words.

     grep "b.*l.*o.*g" /usr/share/dict/words
     backlog
     backlog's
     backlogged
     backlogging
     backlogs
     bacteriological
     bacteriologist
     ...
    
  3. Pick one.

Sometimes the name/idea makes a poor regexp (w.*e.*b.*l.*o.*g). In this case just screw around with it until it works. I use this to prevent having a million py* or cl-* projects lying around which are probably duplicately named with another project.


0 TrackBacks

Listed below are links to blogs that reference this entry: How to name your project.

TrackBack URL for this entry: http://blog.sf.dasbistro.com/mt-tb.cgi/21

Leave a comment

About this Entry

This page contains a single entry by Sam Phillips published on August 15, 2006 2:19 AM.

Via pdx6 was the previous entry in this blog.

Love is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

February 2008

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29  

Pages

Powered by Movable Type 4.1