Main Deck > Discussion for Registered Members Only

Learning C#, Tips?

(1/8) > >>

Deep Funk:
Buenos Días Piratas!

Recently I seriously started learning code. I started with HTML and CSS and now I am adding Javascript and C#. I enjoy the first three.

Thing is, I find C# fucking annoying. It is like writing a text message but the texting software keeps interfering with the writing. Compared to Javascript I find C# rigid. It reminds me of the "soup nazi" from Seinfeld, "no soup for you!"

Please do not direct me to the Microsoft tutorial, there are better videos on Youtube.

Do you have tips or experience?

Tari:

I'll give you a hint.  C# is code for D.

ultrabike:
I'm half ass learning it too. I'm more help in C++.

lm4der:
c# certainly is rigid compared to javascript.  I can understand finding that annoying.  The trade off is that for larger coding projects/systems, having a strongly, statically typed language offers a lot of benefits.  Not only does it protect against errors that would otherwise only be caught at runtime, but the tool chain, like the IDE, understands the types, and this makes finding references to fields, methods, classes, type hierarchy, refactoring, etc a breeze. 

Javascript can in many ways can be pretty tricky, trickier than c#.  But in the end, both of these tools have a place.

lm4der:

--- Quote from: Tari on May 18, 2015, 04:20:36 PM ---I'll give you a hint.  C# is code for D.
--- End quote ---

I think this joke fell flat.  D flat.

Navigation

[0] Message Index

[#] Next page

Go to full version