5

Junior front end guy made a backend code, he made even a test.

GET /model/ very nice simple case tested.

NO. MORE. TESTS.

Well, it's the same guy who complained reaaaaally surprised that he had to check http status code after a request.

Im kinda the bad guy because I get upset with that stuff instead of clapping his stupidness

Comments
  • 1
    I don't get it
  • 0
    @0x41414141 he usually doesnt do tests.

    He was having a conversation about to change how he backend sends json to frontend because he needs to know the code of the error if there is an error,
    So his suggestion was:
    {
    Code: String, // for error
    {
    Object // if success
    }
    }

    I asked him why he needed that in addition to http status code and he complained
Add Comment