|
|
|
|
|
by daurnimator
3238 days ago
|
|
The most valuble thing IMO is being able to perform all data fetches in the one database transaction; this means that you get consistent data inside of your application (rather than different divs being out of sync if the page loads while the server is updating content) |
|