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
altavir
02/22/2022, 7:52 AM
Without additional context, it is not clear, what is the problem.