1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Threaded function renaming

Discussion in 'Client & Site Suggestions' started by Salvation, Jun 8, 2015.

?

Which name do you prefer?

  1. Camera.passivelyTurnTo

  2. Camera.promiseTurnTo

  3. Camera.concurrentlyTurnTo

Results are only viewable after voting.
  1. Salvation

    Salvation First Bot Author

    Joined:
    Aug 7, 2013
    Messages:
    262
    Likes Received:
    68
    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.
     
    #1 Salvation, Jun 8, 2015
    Last edited: Jun 9, 2015

Share This Page

Loading...