Are you as productive in Javascript as you are in .Net or Java?

Posted by bglenn on Stack Overflow See other posts from Stack Overflow or by bglenn
Published on 2010-04-05T00:19:22Z Indexed on 2010/04/05 0:23 UTC
Read the original article Hit count: 706

Filed under:
|
|

I code primarily in javascript and in vb.net. I've found that if I can achieve the same thing in both javascript and vb.net that I feel far more productive and expressive using javascript for the task. I often find myself researching server-side javascript implementations to see if anything has gone mainstream so that I can code my back-end business logic and data access in javascript. Given all the advanced tooling and language features in .Net this preference seems somewhat paradoxical to me. I'm not suggesting one is better than the other (I've been a vb programmer since I started programming), I'm just wondering if my preference is entirely subjective or if anyone else shares it. So, does anyone else enjoy coding in javascript to the point where you prefer it to the .Net and Java environment, and if, so why?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about .NET