I hate it with a passion, but I still code like it for everyone elses eyes. I dislike cfscript even more lol, but I still write constructors in cfscript.
what I hate the most though is code like <cfset crap = "whatever"> instead of <cfset crap="whatever"> the space after or before the "=" is very anooying when it comes to doing searches in an IDE at work some devs write code like the first example which means if I'm searching the whole directory structure I have to search four times once for ""crap="whatever"" and once for "crap = "whatever"" and once for "crap= "whatever"" and once for "crap ="whatever"" I dislike white space greatly. I learnt to code in notepad so I never even used tabs lol, I'd simply wrote all code html tables and all so it was smack bang against the left of the screen :S how ever these days I use tabs for everyone else. M@ ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). CFCDev is supported by New Atlanta, makers of BlueDragon http://www.newatlanta.com/products/bluedragon/index.cfm An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
