As a code generator? No, not there yet. I've had it generate some code and it's not terrible but you really have to prod it a lot to not generate extremely inefficient slop (e.g. doing dumb stuff like auto foo = bar - baz; if (foo < 0) ... instead of if (bar < baz) ... ). In general, writing the code isn't the hard part; it can just be tedious in some situations.
But as an analysis tool, it's absolutely fantastic. And given that, it's only a matter of time until the code comes with it.
I'd recommend giving it a try. Hit it with the trickiest bit of code you've ever written. My jaw was on my desk for the first week I was using it, and I paid for the subscription after I hit the 2-hour-15 question limit because I could immediately see the utility.
As a code generator? No, not there yet. I've had it generate some code and it's not terrible but you really have to prod it a lot to not generate extremely inefficient slop (e.g. doing dumb stuff like auto foo = bar - baz; if (foo < 0) ... instead of if (bar < baz) ... ). In general, writing the code isn't the hard part; it can just be tedious in some situations.
But as an analysis tool, it's absolutely fantastic. And given that, it's only a matter of time until the code comes with it.
I'd recommend giving it a try. Hit it with the trickiest bit of code you've ever written. My jaw was on my desk for the first week I was using it, and I paid for the subscription after I hit the 2-hour-15 question limit because I could immediately see the utility.