Skip to main content

Always Put Your Name on Your Work

Last week I got an e-mail from a manager.  “I saw your name on some source code.  Nice job.  Here is some information that might interest you.”  Sweet.  By just  typing my name, I got information I needed, plus I have someone thinking nice things about me.  If you do good work, put your name on it.  If you do not do good work, well, you can stop reading right now.

Early in my career, I started adding my name to everything I created. Ever since, new acquaintances would comment, “Ah, I know you. You wrote that informative manual,” or, “You wrote those useful Scheme programs.”  This name recognition helped launch my consulting career and even got me a girlfriend.

You never know which project will end up giving you this kind of publicity, so whenever you create something, write your name first. Don’t wait. It’s perfectly natural to begin by writing your name, but as time goes on it gets more awkward.

Most companies recognize that the author’s name is essential information–it tells where to get support.  But in the end, it’s not your intellectual property.  If they delete your name, accept it. If they ask you to remove your name, comply.

Still, finding and erasing your name is their job. Your job is to always put your name on it.

Comments

Popular posts from this blog

The Reef Lounge

When I was about four, we vacationed at the Handerly Hotel & Resort in San Diego (formerly the Stardust Motor Hotel).  That place was heaven on earth as far as I was concerned. I loved the pool. Next to the pool there was a bar, and behind the bar was an underwater theater. It was here that I saw one of the most outlandish scenes I have ever witnessed.

Build with CMake in Eclipse

Cross-platform CMake can generate a wide variety of build systems.  The CMake 2.8 project generator for Eclipse does not work, so you must create the project and configure it to build with GNU Make .  Here’s how to do it on Linux.

Prepare for a Layoff as a Tech Worker

  There is plenty of good  general advice on how to prepare for termination : build up cash, warm up you network, control your emotions, don't sign anything. In this article I share more specific tips on how tech workers can prepare. In my 14 years as a consultant I must have been "laid off" 30 times; it just means that it's time to move on to deliver value at the next place. So when a layoff became imminent at my last company, I prepared the way I always do. The approach Act like a vendor who lost this sale, but still wants repeat business in the future. No matter what happens, you will see some of your coworkers again. Conduct yourself lawfully with professionalism and honor. In particular, do not take any company property, intellectual or physical; do not violate your NDA or employment agreement. It's not just wrong, I have personally seen people go to jail for it. Begin your preparation as soon as you think your position may be affected. You will do nothing mo...