Hacker News new | ask | show | jobs
by tubthumper8 518 days ago
That's exactly what what they're talking about, "tenantId" shouldn't be in the function signature for functions that aren't concerned with the tenant ID, such as business logic
1 comments

But they chose a solution (if I understand correctly), where tenant ID is not in the signature of functions that use it, either.