Sunday, March 27, 2011

Grails to Coldfusion: Confusion?

I've recently been working on a big Coldfusion Project. The problem with switching from Grails to Coldfusion is that i tend to inherit my coding habits in Grails and use it for Coldfusion.

I found it to be a bit awkward at first, but i found this to be truly helpful in my project's development phase.

I just realized that when it comes to coding, it's really best to invest more time in ensuring good code is made. Good code for me would probably mean a structured, reusable, loosely-coupled code. This would help in bug fixing later, fixes would be so quick as compared to unstructured code.