Top Ten Coldfusion Programming Mistakes -


possible duplicate:
common programming mistakes coldfusion programmer avoid?

the purpose of question educate myself, people work with, , perhaps other coldfusion programmer's out there..

for of program in adobe coldfusion or have programmed in coldfusion, top ten mistakes made, or should never made.

i mean give me worst of worst, must never do, avoid.

sometimes helps show "what do" want show "what not do"

or perhaps share of coding nightmares...

bring on!

  1. programming if you're 1 ever work on code
  2. no comments complicated or strange sections of code
  3. using pound signs (#) unnecessarily
  4. not using cfbreak break out of loop when appropriate
  5. using customtags "business logic", when cfc more appropriate
  6. not caching singleton cfcs in application or server scope
  7. paginating large recordsets in coldfusion, when pagination should done in sql
  8. not setting output="false" on cfcs , each cffunction within
  9. creating arrays of objects on high-traffic site when simple recordset (query object) perform better , simplify
  10. putting logic in view layer

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -