• 0 Posts
  • 591 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • expressly designed to carry on regardless

    I’m surprised they didn’t borrow On Error Resume Next from Visual Basic. Which was wrongly considered to be the worst thing in Visual Basic - when the real worst thing was On Error Resume. On Error Resume Next at least moved on to the next line of code when an error occurred; On Error Resume just executed the error-generating line again … and again … and again … and again …




  • I spent a lot of time there the first couple of years, mostly answering questions. I was in the top 20 or so of users for a while - I remember when Jon Skeet was right below me in the rankings and I thought “huh, I’ll show this guy”. I did not in fact show that guy. I’m still in the top .1% but I haven’t done anything there in almost a decade.



  • I just went through that for a while and saw nothing that doesn’t look exactly like C#. If it’s based around .NET and looks exactly like C#, why the fuck not just use C#?

    As somebody who first started coding BASIC on an Apple IIe in 1981, I am just so tired of new languages. They all do basically the same shit and there’s just no real point to any of them.