After having an idea, the next thing to come up with is a name. Having a name upfront is not required (you can use random name, e.g. "myproject", and change it later), but it simplifies a lot of things.
Name is important for:
- Presence: domain name, Twitter handle, etc. We'll get into this in a moment.
- Development artifacts: project directory, namespace (e.g., in Java, "com.myproject"), Redmine project, Basecamp account, etc.
Online presence that you need to secure
Domain name
Buy a domain from Google Apps, it's easier. You will get GMail-backed @myproject.com without setting up anything.Handle in your target deployment
For example, if you use Google App Engine, you might want to secure myproject.appspot.com. This is optional, as it will usually be masked by your domain name (e.g. myproject.com will be forwarded to myproject.appspot.com), but it's always nice to have some consistency.Facebook Page
Facebook requires that you have at least 25 fans before eligible for a username (that is, a facebook.com/myproject). Ask your friends to Like your page to secure it.Twitter handle
This is obvious.Blog (e.g. myproject.blogspot.com)
Not necessary if you want to use your domain, e.g. blog.myproject.com.Remember that choosing name is not urgent, but the sooner the better.
No comments:
Post a Comment