|
|
|
|
|
by ratww
1864 days ago
|
|
Maybe in your experience this doesn't happen, or maybe we have different thresholds for what we consider abuse, but it's definitely a thing for a lot of people. Also, overuse of reflection doesn't happen overnight, or only because of inexperienced programmers. In most complex projects it happens because someone wants to add more complex abstractions that exist in other languages to help with the work and to reduce programmer error and the only way to do it is via Reflection and Empty Interfaces, or maybe via templates. |
|