eviltester / blogcomments

1 stars 0 forks source link

blog/eviltester/2020/06/11-comparing-tic-tac-toe-implementations/ #33

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Comparing Automated Tic Tac Toe GamePlay Implementations - EvilTester.com

Comparing an Automated Tic Tac Toe implementation in Java with one in JavaScript - what can we learn?

https://www.eviltester.com/blog/eviltester/2020/06/11-comparing-tic-tac-toe-implementations/

fimion commented 4 years ago

I'd like to suggest a correction. It is possible to use xpath in javascript in the browser using document.evaluate. However, it is far simpler to leverage the standard javascript tooling by using css selectors.

eviltester commented 4 years ago

Thanks. That's really good to know. I'll update the post. Many thanks.