DEV Community

Discussion on: What library/language/tool wowed you with its developer experience?

Collapse
 
shaijut profile image
Shaiju T • Edited

Programming Language should make developer life easier.

-It should be easy to learn.
-It should be maintainable.
-It should be easy to read, some languages have short syntax and its hard to find out were it starts and ends.
-It should have meaningful syntax and methods.

C# Meets all these points , I think its better than Java and other languages.

Tool should increase productivity:

-It should help locate files fast.
-It should help find Methods and Variables , References fast.
-It should make debugging easy.
-It should increase productivity.
-It should help build app using rapid development.
-It should make maintenance easier even in large enterprise projects.

Visual Studio and Visual Studio Code meets all these.

What you think ? 😄

Collapse
 
simphiwehlabisa profile image
simphiwe sifiso hlabisa

I wish i can have that kind of enthusiasm with c#. 😂

Collapse
 
rhymes profile image
rhymes

Ahaha a

Collapse
 
mburszley profile image
Maximilian Burszley

The only downside of Visual Studio to me is all the magic going on in the background with csproj/sln/msbuild files. I also really like C#, especially w/ the dotnet cli.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

For VSCode critiques, I cannot count how many times I have to reload (both the window and TS server). It can also hangs and sometimes slow.