0
votes
4answers
196 views
Is this a leaky abstraction?
Is specifying a field name on middle-tier a leaky abstraction?
I feel it is too cumbersome to create a separate function just for each field, even if it is code-generated.
public bool …
6
votes
11answers
364 views
How do you get people to value abstraction and flexibility over “just getting it done”?
I sometimes have difficulties with other people who wish to solve a problem when they wish to skip the official interfaces and access underlying implementation details directly.
They argue that doing …
