MinekPo1 [She/Her]@lemmygrad.mltoProgramming@programming.dev•thrown into a backend project as a backend dev with a language I don't know, how fucked am I?
71·
1 year agoHonestly I felt kinda similarly to you when it comes to Java and Microsoft Java aka C#, but I found I was able to code in it with not that much struggle.
Not sure if you know python, but I feel like objects in C# are similar to python objects. You have to use the new keyword when you initialize a object though for some reason. Also PascalCase is used everywhere for some reason.
One of the largest gotchas for me was the char
type being unsigned.
I found Microsofts docs to be quite easy to work with honestly.
lmao the “high priority bug” is just a user error