mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#NullPointer

0 posts0 participants0 posts today
Continued thread

the #jetblue app page with my options for my rescheduled 6am flight (experienced this at 4:30 am and didn’t bring me joy from a UX experience ?). wish people would test these things with a little more imagination. I assume another industry standard #nullpointer.

I have one annoying problem with people bashing C/C++ with regard to NULL pointer.
NULL pointer is *C* problem.
C++ has references since forever. Here the problem is programmers not using them. If a *C++* function takes a pointer as a parameter and does not allow it to be nullptr, it's a bug - it should take a reference instead.
std::optional is still newish, so give some slack to pointers still.