Is creating new objects for received requests a discouraged practice?
Lulu
02/20/2022, 11:27 PM
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
Lulu
02/20/2022, 11:28 PM
this is fine in small amounts but i was more curious about apps which receives huge volumes of requests
a
altavir
02/22/2022, 7:52 AM
Without additional context, it is not clear, what is the problem.