Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:What did it do? (Score 1) 38

I was working on a twenty-year-old Java project which had very few unit tests last year. In a couple of days with Copilot I added tests for a couple of hundred classes; for the simple ones it generated the entire test and I just needed to run it, for more complex classes it needed more help since it didn't understand things like not trying to mock final classes. The tests also found a handful of bugs that had been in the code for years so I fixed them.

What kind of code coverage did you get from your tests?

Comment Re:What did it do? (Score 1) 38

I think it would be more interesting to look at what Copilot did for those 20M users.

While true, Microsoft has a long tradition of only showing the numbers that make themselves look good..

As an example, when Windows Phone 7 was released, they cited several millions of downloads of their IDE, instead of declaring the total number of phones sold. That is why we are up to WindowsPhone 17 today.

Comment Re: Expecting the public to THINK?! (Score 1) 154

That's not really a scientific hypothesis because you're not attempting to gain knowledge about nature

False.

To put it another way, positing an outcome and then observing that outcome, is not science. This was the logical positivism that Popper criticized. Positing a reason for the outcome is science, and even if the experiment reliably demonstrates your prediction, it has not proved any hypothesis for the reason the experiment reliably conforms with the prediction.

OK, that's a better way to put it.

Slashdot Top Deals

On a paper submitted by a physicist colleague: "This isn't right. This isn't even wrong." -- Wolfgang Pauli

Working...