Hi,Is it OK to keep executable Perl codes under a workarea where biz users do not have access?
If the biz users are aware of the code part, or want to have a look at that, that should be available to them to view. Ideally that code is never changed by biz users unless someone plays a double role.
Is it OK, sure. Is it a good idea ? Well that depends on what the perl code is for. If that is code that is deployed to your webserver, then it is appropriate, if it is code that is used by TS, I use a separate branch for that and use workflow to deploy the code to iwhome.
Here, the Perl code is used by TS - workflow. We are not planning to deploy the code to iwhome. So, the question would be -- is there any disadvantage by keeping the code in separate branch/workarea and execute it from there itself? instead of moving it to iwhome. This branch/workarea is accessed by master user only.