Jan 19
Great research article on TDD from Microsoft.
http://research.microsoft.com/en-us/news/features/nagappan-100609.aspx
Great research article on TDD from Microsoft.
http://research.microsoft.com/en-us/news/features/nagappan-100609.aspx
I had an interesting observation about datatype conversion in CF9 when dealing with an error in ORM. I was getting an error that said can't use double for an integer field type (something like that). Now, I know that ColdFusion is datatype "independent". So, all simple variables are of datatype "String". Given that, when we do:
Recent Comments