|
|
|
|
|
by ze7111
354 days ago
|
|
Hey, I'm one of the dev's; English isn't any of our first language, The Code is all human written (at least the bootstrap compiler is mostly by me), but the documentation README, and parts like commit messages and such are written by ChatGPT or GitLens's AI Commit Message Generator. But on another note the docs are quite outdated, We only posted on reddit to get an opinion, didn't except it to reach other places as well... But we are now working on rewriting the docs completely. Without AI initially but then with AI to make the English better, If anyone notices any weird things in there, please either do a PR or let us know to change it... But also yes passing a null value into a non-questionable would lead to NPE however if the type has a questionable operator then that function would be used (like for strings, a questionable null string type is just a blank string, in which case using it with or without questionable doesn't make a difference). |
|