> The question is: should we still use our own magic to do the same job, > or should we start being nice to the compilers and leave such problems > to them?
Do not use any magic until it's absolutely neccessary, i.e. until you've done performance profiling and figured out all bottlenecks. Plain and readable code means less bugs, less maintain efforts, good Karma and respect of all =) -- Maxim Vasiliev -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
