Page 2 of 2

Posted: Mon Nov 10, 2003 6:37 pm
by JPlush76
I also steer clear of using existing code. I get pleasure from knowing I can write anything from scratch.

It also helps for the job market... would you hire a mechanic that can only install engines or a mechanic that can actually take em apart and rebuild em?

I'm sure one day I'll use some functionality of a library system but until then I enjoy building my own.

Posted: Mon Nov 10, 2003 8:13 pm
by hedge
I also build my own. I have been burned too many times with buggy code and I have found it's tough to fix someone else's code, it's easier to fix my own code.

I wish I was the type of person that could just take code as is, but I have to know how it works.