Thursday, July 17, 2008

TODO in CFEclipse

Can't say how much I like the TODO comment feature in CFEclipse. See this article for more info. All you have to do is add "TODO" in a comment and it will appear in your tasks list.


inside scripts .... // TODO: Do this later

No excuse for forgetting stuff now .... unless you forget to use TODO!!

Sunday, July 13, 2008

StructCopy vs Duplicate

Sean Corfield wrote an excellent blog explaining the differences between structCopy(), duplicate(), and normal assignments of structs. Check it out here, http://corfield.org/blog/index.cfm/do/blog.entry/entry/Explaining_StructCopy. This has been confusing for some developers. Bravo Sean!