← Back to context

Comment by 8n4vidtmkvmk

2 days ago

I find it also really depends on how well you know the domain. I found it incredibly helpful for some Python/tensorflow stuff which I had no experience with. No idea what the API looks like, what functions exist/are built in, etc. Loosely describe what I want even if it ends up being just a few lines of code saves time shifting through cryptic documentation.

For other stuff that I know like the back of my hand, not so much.