java - Hiding parts of the code from other contributors -


manager of team has requested me hide parts of codebase of android application project incoming intern (these parts related networking).

how should approach - should create jar library , import project (and work on jar separately)?

code copy

if real matter intern copy code, might enough (unless wishes he'd want reverse engineer code. decompress jar, reverse .class files , here go).

code use

if problem use code in own projects/other companies, can't. may need make him sign contract of non disclosure, if it's important team, talk lawyer this.

secrets use

in case it's related secret keys, passwords, ips or so, easy extracting these codes in different file, , having own copy (you'd have "good one", , he'd have test version). solution implies he'd using test codes, should work long internship lasts.

ps: post open additions


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -