Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/72#discussion_r50489182 --- Diff: medic/medic-run.js --- @@ -291,6 +293,29 @@ function failedBecauseNoDevice(output) { return NO_DEVICE_PATTERN.test(output); } +function onConnect(couchdbURI, retryCount, callback) { --- End diff -- Please give a more descriptive name to the function, since it's checking if a server is up, not really opening a connection or handling an event (`onX` is a common naming pattern for event handlers).
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org