Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Threaded function renaming

Which name do you prefer?

  • Camera.passivelyTurnTo

  • Camera.promiseTurnTo

  • Camera.concurrentlyTurnTo


Results are only viewable after voting.
First Bot Author
Joined
Aug 7, 2013
Messages
262
Personally, I think functions like Camera.passivelyTurnTo should be called Camera.promiseTurnTo or Camera.concurrentlyTurnTo.

To me, passive sounds like stoic: you tell it to turn, and it will turn and not give a shit. Instead, the function returns a promise (hence the name) and you can cancel the function while it's executing, great!

So that's why I'm creating a poll for the deprecation of the old function names, and addition of new function names. Of course this would be for all functions that are currently called passive.
 
Last edited:
Top