|
|
|
|
|
by egonelbre
4196 days ago
|
|
> Do you see any way other than the 3 ones discussed in the OP article under the label "Generics"? The one I mainly meant was interfaces. Of course there are also DSLs and code generation. > I could agree with that if time wasn't limited, but imho building custom data structure/algorithms for each problem will precisely leave less time to optimize for performance since reaching a working state first will be longer without reusable abstractions. I mentioned that in the summary. It's about tradeoffs. Even if all the cons/pros are listed people could still come to different conclusions, because people value different things. And there's nothing wrong about it. The amount you need to reimplement depends on the amount of available third-party packages - the more good packages there are the less you need to build those custom data structures. |
|