a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
johnnyFive  ·  2058 days ago  ·  link  ·    ·  parent  ·  post: Pubski: August 8, 2018

No way, or at least I've found C# to be much more intuitive. The standard library is a lot more straightforward, and you don't have to do memory management at all if you don't want to. By the same token, you never really have to worry about whether you should pass a variable by reference or by value. Pretty much the only question is whether to make a class static or not.