Forum Discussion
Hi Shankar,
I'd like to criticize a little here.
1. The quality of the video is really bad. It is almost impossible to see the code, even though I watch the video in the best quality YouTube suggests me (720p). This is the reason I stopped watching the video after 5 mins. I'm attaching a screenshot of what I see on the screen.
2. There are some voices on the background, probably from your colleagues. It really annoys, such videos should be recorded in silence, e.g. in an empty room.
3. Using eval function isn't recommended in JavaScript, it complicates debugging. And you use eval on the high level, wrapping the whole code executed (see for instance, answer on StackOverflow ).
My general impression - I wouldn't recommend using this video as a tutorial, especially for novices
Thanks, Gennadiy for the valuable suggestions, This is my first ever YouTube video so It should have some pitfalls. I will try my best on the next video so the user can enjoy learning!
I agree with what you are saying but eval is not recommended in JavaScript but It's been working for me for the past 5 years and I'm able to debug the code. We have another possibility which is Runner.CallMethod may we can replace the eval by that. Eval basically restricted for security concern which is not applicable in Automation scripting.
karkadil wrote:
3. Using eval function isn't recommended in JavaScript, it complicates debugging. And you use eval on the high level, wrapping the whole code executed (see for instance, answer on StackOverflow ).
Related Content
- 4 years ago
Recent Discussions
- 12 hours ago
- 7 days ago
- 10 days ago