Comment on Today, Web Development SucksparentComments−pavel_lishin15y* It must be real hard to call your JSON encode function on your data set, that would make it 1 line longer. :) *Unless you don't want to always transfer the entire dataset between the client and server every time.−DjDarkman15yThat problem could occur in other scenarios, and not particularly tied to web development.−te_chris15yThat doesn't mean it's not a problem worth trying to solve...
Comments
* It must be real hard to call your JSON encode function on your data set, that would make it 1 line longer. :) *
Unless you don't want to always transfer the entire dataset between the client and server every time.
That problem could occur in other scenarios, and not particularly tied to web development.
That doesn't mean it's not a problem worth trying to solve...