|
|
|
|
|
by remorses
1608 days ago
|
|
I would also suggest to avoid too complex genrics, these tend to make te code unreadable and make the compilation super slow. Usually generic code tries to make everything type safe but having some portions of your code be dynamic is completely fine imo. |
|