I'm in line with Jerry, I don't care how you format your code as long as it is formatted in a readable manner, you do it the same way throughout and I can reverse engineer it quickly if I have to make changes.
oh yeah and scope the damn variables so I don't have to hunt around for them. On Mon, Apr 20, 2015 at 9:59 AM, Jerry Milo Johnson <[email protected]> wrote: > > Sadly, unconciously I think I do it to appease the compiler/interpreter > gods. Don't make them struggle on easy stuff, so they aren't mad at me when > they get to the complex stuff I have in there. > > On Mon, Apr 20, 2015 at 9:48 AM, Cameron Childress <[email protected]> > wrote: > > > > > On Mon, Apr 20, 2015 at 9:45 AM, Jerry Milo Johnson <[email protected]> > > wrote: > > > > > I also prefer the "} else {" notation. > > > > > > Me too, and I never leave off the curly brackets, even when it's > optional. > > More explicit for the next confused person reading the code (probably me > in > > a few months/years). > > > > -Cameron > > > > ... > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:373358 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
