My experience is that it does much better with specific things than general. It does better in statically typed languages than dynamic, and it does better with functions that do a specific small thing than something more fuzzy.
I.e. it does well at writing the body of a function that retrieves data from SQL and returns a particular type, and it does poorly at parsing strings of varying formats.
I'm not super surprised it does well at reducers and poorly at form buttons.
I.e. it does well at writing the body of a function that retrieves data from SQL and returns a particular type, and it does poorly at parsing strings of varying formats.
I'm not super surprised it does well at reducers and poorly at form buttons.