Hiosdra
05/14/2020, 10:20 AMclass Offer(
id: Offer.Id
...
)
Database:
fun getOffersIds(): List[Offer.Id]
or
fun getOfferIds(): List[Offer.Id]
Which is more correct in english language?wasyl
05/14/2020, 10:32 AMgetOffersIds as I will get ids pertaining to multiple offers, but getOfferIds reads as there is one offer which has multiple idsaraqnid
05/14/2020, 11:31 AMkqr
05/14/2020, 12:31 PMpoohbar
05/14/2020, 2:04 PMofferIds.
offersIds is wrong.wasyl
05/14/2020, 4:29 PMerrorsIds either 🤔 I change my vote 😄Sidney Beekhoven
05/15/2020, 8:09 AMgetIdsOfOffers..kqr
05/15/2020, 10:04 AMofferIdList