> for any open source project your goal is to get as many people as possible participating. I though that the main goal for project is to make something useful. So, You choose tools that are efficient and suits it best.
> ECMAScript 6 is going to add the -> operator so if you like CS since you type less, this advantage is about to disappear (at least on the server). Adding `->` to JS is like a putting a bikini on a huge girl and believing it would be enough to make it look pretty. > With async we would just call a simple function and the database would be touched only when > needed, with sync we need to have all data of all the products across all sites hosted. No. There are 2 completely orthogonal aspects - data access pattern (prefetch in controller or on-demand in views) and the DB API - fibers-sync or async. You can do either data access pattern with both fibers-sync or async. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
