It’s my coding standard to always call the return value from a function “result”. That way I always know its role.
~ call the return value of a function "result"
Backlinks
This is a Take note.
It’s my coding standard to always call the return value from a function “result”. That way I always know its role.