Archive for February 2008
Code Indention
What code indention style do you use? I’ve always leaned toward the Allman style, but am fine reading code either way.
Allman looks like this
while(true)
{}
K & R looks like this
while(true){
}
Check this out if you want to read more.
Geek Lunch at the Lindale Mall
Tim Barcz our new CRIneta.org president is starting to coordinate some geek meals up here in Cedar Rapids, IA. It should be good for our tech community because we usually just get together once a month. Sounds like we might have 10 or so people show up. Anyway, we are meeting at noon at the Lindale Mall. Watch crineta.org for when we do this again.