|
|
|
|
|
by sodapopcan
1283 days ago
|
|
Metaprogramming is powerful for making really nice, easy-to-use _libraries_. It shouldn't ever be used for business logic. Ever. Unless you're going to go all in and make a DSL for your business, but I don't know of anyone who actually does that. |
|
The smart programmers want to write libraries. This is actually a problem for businesses, because they often don't need libraries.