forgottenserver
forgottenserver copied to clipboard
Rename casting functions from getX to asX
getX is a very confusing name, since it may be both a casting function or a function to actually get a value from an object. To prevent confusion, the casting functions should be named asX instead.
I agree.