29
How am i supposed to learn C# ?
(lemmy.zip)
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
Follow the wormhole through a path of communities !webdev@programming.dev
You think Bash is the easiest language? I have to Google the syntax every time i need to write and IF statement!
There's a few languages I come back to after a while to fix something and have to consult their reference manual / docs. But bash is the only one where that's necessary just to read back my own code. Like [[ -z ${ARG} ]]? Wtf is -z doing here. Wtf kind of syntax is that.
Next time I think oh this could be automated with a little bash scrip I'm going to investigate one of those compiles-to-bash languages.
it's the second language that comes to mind when I think of the word "footgun", right after old c++
Thisss, it's atrocious