7

When they handover your codes to some arrogant developer, and the guy starts complaining in almost every small feature.

At least get some time to understand other people's psychology and coding style man!

Comments
  • 1
    People who complain on every line of code usually knows less. A team mate once complain of a controller having too many callbacks.

    How deep was the callbacks? Maximum of 2 levels.

    But he returns a JSON response for a REST.

    Server status code: 200
    {
    code: 422
    message: "Validation error"
    }

    How confusing...
    response.code gives 200
    response.data.code gives 422

    😀😂😂
  • 0
Add Comment