|
|
|
Ask HN: How to pay contractor per GitHub issue solved?
|
|
4 points
by tomabe
3550 days ago
|
|
I have a small llc which develops a software solution for a certain company. In the same time there is an older product already in their production systems which needs support: bug fixing, little new features, etc. This older product was almost entirely made by me during the time I was an employee (only recently I switched to my own llc). I would like to "hire" someone for taking care of this older product. The amount of work needed would suit a part time job but because of varying load I would like another form of payment instead of monthly salary. This person, being a friend, would work remote and I would like to find a fair form of payment somehow based on fee/price per github issue. Have you experienced this kind of employer/employee contract? What are some pieces of advice which can help? |
|
One way to handle this is time and materials. Simply pay the subcontractor for their time and reimburse their expenses, then add your overhead and profit on top of the subcontractor's invoice when invoicing your client.
To put it another way, the important way for contractors to make money is invoicing their clients. Adding overhead and profit to the subcontractor's invoice means that the more the subcontractor charges, the larger your gross profit, more work gets done on the code base, and solving hard problems is economically tenable.
Some people might say that this is 'nickel and diming' the client. They are right, nickel and diming is what contractors do.
Good luck.