|
|
|
|
|
by rahimnathwani
2957 days ago
|
|
> Of course. Especially when proprietary
> software/intellectual property is involved. I'm not sure how this is relevant. Surely, the more qualified someone is in software engineering, the more likely they will be able to make nefarious use of the stolen code. > I don't know of any tech shop that makes
> the source code available to the QA. Sure, that's fair. My point wasn't about QA specifically, but about GP's point about not letting someone who has (only) completed a couple of Udemy courses touch the code. That doesn't seem warranted, and I've personally seen people who have never written production code review someone else's code and find where it didn't match their idea of what it should do. I wish it were more common, but it requires both motivation (on the part of domain experts / non-SWEs) and trust (on the part of the tech folks). |
|
It's relevant because you want to limit the number of people who have access to your proprietary software. It's pretty straightforward.
> the more likely they will be able to make nefarious use of the stolen code.
The point is to limit the "surface area". There is absolutely no reason for QA to have access to the source code. Giving them access is simply opening up another security vulnerability. It's not even using the code for nefarious purposes. People can sell the code for money.
> and I've personally seen people who have never written production code review someone else's code and find where it didn't match their idea of what it should do.
What? That makes absolutely no sense. Are you talking about tech leads or managers? Who reviews code who has never written code? That's like saying someone who never learned chinese critiquing chinese literature. Makes absolutely no sense.
> I wish it were more common, but it requires both motivation (on the part of domain experts / non-SWEs) and trust (on the part of the tech folks).
It makes no sense to do so. Especially in terms of security. Especially when proprietary software is involved.