this post was submitted on 23 Aug 2023
76 points (93.2% liked)
Programming
17383 readers
539 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
C# isn't too complicated tbh. A lot of things are done for you i.e. memory management.
Honestly if you're not a cpp pro that seems like it would go worse as there are so many ways to shoot yourself in the foot.
You should be able to learn c# as you go.
ChatGPT is a great resource for this. If you paste in a snippet and ask it to explain you'll get a decent answer with enough context for follow up questions or things to Google.
You can also ask it to explain how to do things. As long as it's pretty general.
Getting paid to learn is always great in my experience.