raylib
raylib copied to clipboard
Rename Is*Ready() to Is*Valid()
Rename every function of the type IsReady() to IsValid()
Fixes: #3930
I don't think "Valid" is an appropriate replacement for "Ready." Not being Valid tends to be understood as a failure case. There are alternatives, but since these renames are not going to happen, no worries for now.
I'm closing this PR, I will review naming myself at some moment.