Bugs in Hello World
blog.sunfishcode.online
Bugs in Hello World
1–10 of 262 posts
Re: Bugs in Hello World
#2I find more modern languages so much less exhausting to use to write correct code.
Re: Bugs in Hello World
#3Re: Bugs in Hello World
#4Well that's precisely the mindset of C/C++. You have to think by yourself about everything that can go wrong with your code. And, man, lots of things can go wrong. I find more modern languages so much less exhausting to use to write correct code.
Re: Bugs in Hello World
#5Re: Bugs in Hello World
#6Well that's precisely the mindset of C/C++. You have to think by yourself about everything that can go wrong with your code. And, man, lots of things can go wrong. I find more modern languages so much less exhausting to use to write correct code.
Re: Bugs in Hello World
#7Re: Bugs in Hello World
#8I'm going to have to go back over all the print statements I've ever written now
Re: Bugs in Hello World
#9Well that's precisely the mindset of C/C++. You have to think by yourself about everything that can go wrong with your code. And, man, lots of things can go wrong. I find more modern languages so much less exhausting to use to write correct code.
The hidden costs are enormous and to this day still not very well accounted for.
Re: Bugs in Hello World
#10And not an edge case in the slightest either. I'm going to have to go back over all the print statements I've ever written now