asp.net mvc - Would you recommend using the MVC Futures library? -
I have been disturbed using magic strings in C #, so I'm thinking of using the MVC futures library.
Is there a reason why I would not like to do this, or should I know about any pass? First of all, just because it's a string, it does not make it "magic" string first,
I recommend looking at T4 MVC templates that David Ebo writes:
The advantage of this approach is using code generation, you get strong typing everywhere and it does not need to compile it which can damage the display.
Comments
Post a Comment