You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you do not describe what the parameters to the callback function are in any sort of detail forcing people to actually examine the responses in the debugger.
function(err, res, body) {
})
A good software engineer would document their contract.
The text was updated successfully, but these errors were encountered:
Currently you do not describe what the parameters to the callback function are in any sort of detail forcing people to actually examine the responses in the debugger.
function(err, res, body) {
})
A good software engineer would document their contract.
The text was updated successfully, but these errors were encountered: