Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment If you're competent, languages are easy (Score 1) 654

This isn't a foreign language, it's a computer language. Especially for business programming, it should be about week and a competent programmer should be able to write decent code with a manual or a web page open.

Most of the code I write is in python or java. But I'm writing a small windows application, and chose C#: I installed the IDE, and I was writing code in a few days, especially with google helping out.

When needed I write C and C++ as well, again not a big deal except it takes a lot more time to get the same amount of work done, but sometimes there's a library you need to link to.

The caveat in all of this is you need to be competent.

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...