12-05-21 07:46 PM
13-05-21 03:54 AM
13-05-21 02:02 PM
Hello guys,
my programming skills are not high and we actually don't have any "code expert" in our RPA team.
So from my point of view the best practice number one is this:
Keep people away from your code (including yourself)!
Make the code stage as simple as possible, Prepare input for the code stage ahead via some calculation stages (string modifications, enumerators etc.).
It might be even a good idea to put some brief summary of the code into some note "stage".
That way you reduce the number of developers who care about the inside of the code stage.
Regarding the Try-Catch blocks: I almost never use them, precisely for the reason n. 2, that Bruce mentioned. I usually find the standard system error messages more helpful than the customised ones.
13-05-21 02:23 PM
13-05-21 04:05 PM