Hacker News new | ask | show | jobs
by jheriko 1373 days ago
reminds me of C++ templated types being used for similar... except in this case there is no performance advantage from removing run-time logic by force.

this kind of stuff is often confusing when working with teams. using simple dumb stuff is always the better option when you can.