10

We are switching to an infinite scroll mode for our app. I told the backend dev in my project (we're just 2 people) I need an API to get more than one post at once.
He told me to use a loop to call the old URL 15 times.
...Not sure if stupid or just too lazy

Comments
  • 2
    Always prefer chunky over chatty in such interactions. Demand that he fixes it. "Loop? You kidding me? In every client all of the time? Really?"
  • 1
    Lazy. Way too lazy.
  • 0
    Well I don't think it's that hard to do one call and loop through the results to render them 😐
  • 1
    Of course not. The problem is that his backend just sends me a single result per call 😩
Add Comment