Comment on thrown into a backend project as a backend dev with a language I don't know, how fucked am I?

Heavybell@lemmy.world ⁨1⁩ ⁨year⁩ ago

If you can code in C++ you should be able to muddle through in C# no problem. The runtime will help prevent the worst SNAFUs; y’know, pointer errors (there are none, unless you use the unsafe block or p/invoke), memory leaks etc. Just look at the existing code and cargo-cult it til you make it. You got this. :)

source
Sort:hotnewtop