0

Backend developer does not even sort his API results by ID or name. Damn. I hate dependencies like this. Simple things but they are too lazy to do.

Comments
  • 1
    Does it come as a dictionary with random access, I wonder? Because you don't need to sort something that is already coming in order of insertion (RDBMS).
Add Comment