Cigar? Never had one of those, haha. Hear they are kind of hard to get a hold of.
Cuban food? No. I had Puerto Rican and it's really good.
Beseech thy lord
- Chozon1
- Site Admin
- Posts: 22806
- Joined: Sun Dec 10, 2006 12:00 am
- Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
- Contact:
The sammich. 'Tis a most glorious concoction.
Drills?
Drills?

- ArchAngel
- CCGR addict
- Posts: 3539
- Joined: Tue May 31, 2005 12:00 am
- Location: San Jose, CA
- Contact:
- Sstavix
- CCGR addict
- Posts: 2950
- Joined: Fri Oct 12, 2012 5:47 am
- Are you human?: Yes!
- Location: Eastern Washington. Not the crazy side.
- Contact:
Be sure to get a good set of drill bits. I love my masonry bits... probably more than I should. I look for excuses to drill things....ArchAngel wrote:I have a power drill, albeit not a very great one. I'll invest in a good one some time in the future, probably when I end up buying a house.
- Chozon1
- Site Admin
- Posts: 22806
- Joined: Sun Dec 10, 2006 12:00 am
- Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
- Contact:
Self help programs?

- ArchAngel
- CCGR addict
- Posts: 3539
- Joined: Tue May 31, 2005 12:00 am
- Location: San Jose, CA
- Contact:
What exactly do you mean by a self-help program?
Technically, me regularly reading articles online is a self-help program for getting me more informed.
Or regularly exercising is a self-help program for becoming more fit.
But if you're talking on a more specific Tony-Robbins-If-You-Believe-You-Can-Achieve sense, then no.
Technically, me regularly reading articles online is a self-help program for getting me more informed.
Or regularly exercising is a self-help program for becoming more fit.
But if you're talking on a more specific Tony-Robbins-If-You-Believe-You-Can-Achieve sense, then no.
- ArcticFox
- CCGR addict
- Posts: 3507
- Joined: Mon Aug 13, 2007 12:00 am
- Are you human?: Yes!
- Contact:
Please complete the following sentence:
"If you have a class file that's almost 5,000 lines of code long, it's..."
"If you have a class file that's almost 5,000 lines of code long, it's..."
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- ArchAngel
- CCGR addict
- Posts: 3539
- Joined: Tue May 31, 2005 12:00 am
- Location: San Jose, CA
- Contact:
"...too big; it should be broken down into multiple classes."
I could be convinced to keep it at the size if it's a utility class, but it'd still be best served as broken up.
The worst, imo, is giant functions/methods. It's easy to collapse the functions with a modern ide and make the whole thing readable, but a giant function is just unnavigably sloppy. It's hard to read, hard to debug, inelegant, and usually inefficient. I mean, how hard is it to put some of that logic into appropriate private functions? You're going to thank yourself later.
But man, I've seen asp files over 10k lines long. Talk about unmanageable. I've also seen functions close in on 1000 lines. Just horrendous.
I could be convinced to keep it at the size if it's a utility class, but it'd still be best served as broken up.
The worst, imo, is giant functions/methods. It's easy to collapse the functions with a modern ide and make the whole thing readable, but a giant function is just unnavigably sloppy. It's hard to read, hard to debug, inelegant, and usually inefficient. I mean, how hard is it to put some of that logic into appropriate private functions? You're going to thank yourself later.
But man, I've seen asp files over 10k lines long. Talk about unmanageable. I've also seen functions close in on 1000 lines. Just horrendous.
- ArcticFox
- CCGR addict
- Posts: 3507
- Joined: Mon Aug 13, 2007 12:00 am
- Are you human?: Yes!
- Contact:
Yah... I'm rehabilitating a co-worker who doesn't understand why a 5,000 line class, which handles its own FTP, Web Services and database CRUD ops, is a bad thing...
For utility classes: static?
For utility classes: static?
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- ArchAngel
- CCGR addict
- Posts: 3539
- Joined: Tue May 31, 2005 12:00 am
- Location: San Jose, CA
- Contact:
- ArcticFox
- CCGR addict
- Posts: 3507
- Joined: Mon Aug 13, 2007 12:00 am
- Are you human?: Yes!
- Contact:
Heh want a job?
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- ArcticFox
- CCGR addict
- Posts: 3507
- Joined: Mon Aug 13, 2007 12:00 am
- Are you human?: Yes!
- Contact:
Bummer. I wasn't entirely kidding. 

"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- Chozon1
- Site Admin
- Posts: 22806
- Joined: Sun Dec 10, 2006 12:00 am
- Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
- Contact:
What kind of brain rot do I have now that I understand what you guys are talking about?
-_-
-_-
