Does not recommend this product
I just tried it on a very basic javascript webscraper I was working on today.
- "Explain Code" didn't work. It just repeated the names of my functions in a bullet point list. Also it would be nice if the explanations could be tied to line numbers.
- "Time Complexity" was completely wrong. I wrote a hacky recursive implementation which involved checking an entire array for uniqueness before adding each item. That by itself should be O(n^2) complexity, but Figstack said it was O(n)
- "Language Translator" did not work in the slightest. Here was the python output it generated from 50 lines of javascript:
#
# https://github.com/athena15/twitter_scraping
#
# https://github.com/athena15/twitter_scraping/blob/master/twitter_scraping.py
#
# https://github.com/athena15/twitter_scraping/blob/master/twitter_scraping.ipynb
#
# https://github.com/athena15/twitter_scraping/blob/master/twitter_scraping.ipynb
#
# https://github.com/athena15/twitter_scraping/blob/master/twitter_scraping.ipynb
#
# https://github.com/athena15/twitter_scraping/blob/master/twitter_scraping.ipynb
#
# https://github.com/athena15/twitter_scraping/blob/master/twitter_scraping.ipynb
#
#
I have no idea what that is or where it came from.