|
|
|
|
|
by jasonkostempski
3534 days ago
|
|
"the possibility of client/server code sharing" I have yet to see a good example where this was worth even considering. Model validation seems to be the only real use case and there are so many potential non-JS based clients that you'll likely need a more general solution for that problem anyway. And even for JS based clients, usually the big pain is the UI logic for showing users the errors and helping them correct it, stuff you won't use on the server side. |
|