Click here to Skip to main content
15,881,561 members
Home / Discussions / Running a Business
   

Running a Business

 
AnswerRe: Python Calculator Question Pin
Albert Holguin18-Jan-17 8:25
professionalAlbert Holguin18-Jan-17 8:25 
QuestionWork For Hire Agreements Pin
Richard Andrew x6429-Jan-16 8:48
professionalRichard Andrew x6429-Jan-16 8:48 
QuestionSoftware Development Contract PinPopular
Richard Andrew x6418-Jan-16 15:47
professionalRichard Andrew x6418-Jan-16 15:47 
AnswerRe: Software Development Contract Pin
Mycroft Holmes18-Jan-16 16:40
professionalMycroft Holmes18-Jan-16 16:40 
GeneralRe: Software Development Contract Pin
Richard Andrew x6418-Jan-16 16:44
professionalRichard Andrew x6418-Jan-16 16:44 
AnswerRe: Software Development Contract Pin
Albert Holguin18-Feb-16 16:58
professionalAlbert Holguin18-Feb-16 16:58 
AnswerRe: Software Development Contract Pin
CHill6019-Jun-16 7:30
mveCHill6019-Jun-16 7:30 
GeneralRe: Software Development Contract Pin
Ehost Kenya6-Oct-16 2:33
Ehost Kenya6-Oct-16 2:33 
AnswerRe: Software Development Contract Pin
DerekT-P19-Sep-19 8:22
professionalDerekT-P19-Sep-19 8:22 
QuestionInsurance Pin
R. Giskard Reventlov18-Dec-15 5:49
R. Giskard Reventlov18-Dec-15 5:49 
QuestionProject cost Pin
Christos green22-Nov-15 1:35
Christos green22-Nov-15 1:35 
AnswerRe: Project cost Pin
Richard MacCutchan22-Nov-15 1:43
mveRichard MacCutchan22-Nov-15 1:43 
AnswerRe: Project cost Pin
Pete O'Hanlon22-Nov-15 3:34
mvePete O'Hanlon22-Nov-15 3:34 
AnswerRe: Project cost Pin
Albert Holguin12-Jan-16 17:20
professionalAlbert Holguin12-Jan-16 17:20 
GeneralRe: Project cost Pin
Vipin_Arora2-Sep-16 23:56
Vipin_Arora2-Sep-16 23:56 
QuestionHow to protect my code from getting stolen by employees? Pin
Davester2817-May-15 23:55
Davester2817-May-15 23:55 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Eddy Vluggen18-May-15 2:50
professionalEddy Vluggen18-May-15 2:50 
GeneralRe: How to protect my code from getting stolen by employees? Pin
Davester2822-May-15 5:08
Davester2822-May-15 5:08 
GeneralRe: How to protect my code from getting stolen by employees? Pin
Eddy Vluggen22-May-15 6:51
professionalEddy Vluggen22-May-15 6:51 
If you paid them for the work, then the ownership of the codebase is legally yours. You'd have copyright.

You could break up your application into modules, and mak sure that some of the writers have no knowledge of the other modules - but that creates more risk (what if all people with knowledge of module A are sick?) than it actually adds.

See, all the modules would come together in a setup-package. The person who goes to the client and installs the stuff might just as easily copy the entire product.

Most shops that I know of don't even think about their employees as potential liabilities. I'd be looking for work elsewhere right away.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: How to protect my code from getting stolen by employees? Pin
Matthew Dennis27-Aug-15 5:37
sysadminMatthew Dennis27-Aug-15 5:37 
GeneralRe: How to protect my code from getting stolen by employees? Pin
Eddy Vluggen27-Aug-15 5:56
professionalEddy Vluggen27-Aug-15 5:56 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Afzaal Ahmad Zeeshan18-May-15 3:44
professionalAfzaal Ahmad Zeeshan18-May-15 3:44 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Paul Conrad5-Sep-15 17:54
professionalPaul Conrad5-Sep-15 17:54 
AnswerRe: How to protect my code from getting stolen by employees? Pin
Amarnath S7-Sep-15 21:41
professionalAmarnath S7-Sep-15 21:41 
AnswerRe: How to protect my code from getting stolen by employees? Pin
raddevus25-Jan-16 16:09
mvaraddevus25-Jan-16 16:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.