Hacker News new | ask | show | jobs
by trcollinson 4054 days ago
I understand where you are coming from. However, you have to be careful of who is paying you when you are writing specific code. For example, I have written libraries that I have used for multiple clients. In this case, I have placed the library under an open source license (and on at least one occasion not an open source license, and the client had to pay a licensing fee), and then used it with the client. However, I DID NOT charge my client for the hours I spent writing the library that I was keeping or open sourcing. Now that code does not belong to them, and they should not have to pay me to write code that does not belong to them.

I DID charge my client to implement the library within their project. This implementation belongs to them immediately.

Now I, of course like many engineers, use similar ideas across clients. However, these are rewrites in one form or another. Frankly I have never read a line of code (my own included) that I did not hate and think I could do better. So I don't have any issue with rewriting code for a client that does something similar to another client I had previously. They own that code and I charge them (quite a bit) for it.

Negotiation can take a very long time and that time is unpaid. I would prefer to have a good solid pipeline of clients who use a standard contract and a shorter time from negotiation to signing then having to renegotiation every contract that I come into contact with. And yes my contract protects my clients quite well. Which is why I have a lot of repeat business and get paid regularly, without fights, and on time.

1 comments

Well, all I can say in light of your response is your clients are very lucky to have you.

This is by far the most no-bullshit and the most mature point of view I've heard on this matter.