Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment RE: "a skill that will soon become redundant" (Score 1) 310

Programming will never be redundant, computer languages are always moving to higher order languages. We have moved from assembly to, C, to C+, to C#/Java/ to R/GO to ... When AI exists there will be people in charge of giving it unambiguous instructions; no mater what you call them; functionally they will be programmers.

Comment ErrorUnit, Unit Tests /w all data to mock errors (Score 1) 167

I just created new software at ErrorUnit.com that exactly tackles this issue. It creates C# unit tests (MSTest or NUnit) Mocking all the data accessed so far via EF, the method parameters, and all the class properties/fields (even private). Or it can create a unit test for where you are paused in the Visual Studio debugger.

Slashdot Top Deals

Our informal mission is to improve the love life of operators worldwide. -- Peter Behrendt, president of Exabyte

Working...