Is creating new objects for received requests a di...
# library-development
l
Is creating new objects for received requests a discouraged practice?
maybe I should elaborate: 1. Library receives a request 2. Library makes objects to represent the data in the request 3. Library hands the data to the user
this is fine in small amounts but i was more curious about apps which receives huge volumes of requests
a
Without additional context, it is not clear, what is the problem.