Runnable / hermes

Runnable job queuing system interface abstraction for runnable's services
MIT License
3 stars 1 forks source link

Explicitly identify private instance properties with _ prefix #21

Closed cflynn07 closed 9 years ago

cflynn07 commented 9 years ago

Refactor instance properties that are private to have _ prefix. Private properties/methods should not be used externally; their existence/state is not guaranteed to be maintained and are subject to arbitrary changes in new releases.