Hi, Guest ~ Login or Register

A Programming Related Motto

Posted in Website Content » Best Practices - Thursday 20th September 2007 at 12:39AM

Brad
Member

User Avatar

Joined April 2007
Posts: 85

"Good coders code. Great coders reuse."

This is a motto I use myself when coding. Do you think the message it teaches is true/useful?

__________________________________
Brad Purchase
Programmer, Designer, and Apple Tart.

 

Replies (9)

Replied - Thursday 20th September 2007 at 10:52PM [Post Link]

Alec
Super Moderator

User Avatar

Joined April 2007
Posts: 124

Thats true Brad.

And yes I also agree Brad. Why re-write the same bit of code over and over again.

__________________________________
My Personal Portfolio Site

 
Replied - Friday 21st September 2007 at 12:14AM [Post Link]

adam2z
Member

User Avatar

Joined October 2005
Posts: 113

of course. shame im a sucky coder anyway.

__________________________________

 
Replied - Friday 21st September 2007 at 1:01AM [Post Link]

Brad
Member

User Avatar

Joined April 2007
Posts: 85

I know too many programmers who ditch their code. It's never a good idea to do that, even if you're ditching the entire codebase because you're starting a new project of a totally different category. You may need to recycle old code.

__________________________________
Brad Purchase
Programmer, Designer, and Apple Tart.

 
Replied - Friday 21st September 2007 at 1:02AM [Post Link]

bluestriker
Member

User Avatar

Joined April 2007
Posts: 18

Yeah, I reuse a lot of my registering and logging in/out code, because it's all the same (Unless I need to make some small changes to better suit a certain site), really. Saves a lot of time.

__________________________________
Ich bin in Deutsche Eins, und ich liebe jede Minute von es.

 
Replied - Friday 21st September 2007 at 1:08AM [Post Link]

Brad
Member

User Avatar

Joined April 2007
Posts: 85

Yeah. I often take old code and rewrite it to suit my needs (for example, making code run faster/more efficiently). It does indeed save time and helps you concentrate on the parts of the project that requires new code.

__________________________________
Brad Purchase
Programmer, Designer, and Apple Tart.

 
Replied - Saturday 22nd September 2007 at 4:59PM [Post Link]

Will
Administrator

User Avatar

Joined October 2005
Posts: 133

I'm happy to reuse code, mostly because if I ever wanted to release it then users would recognize my style if they saw it anywhere else. I'm mostly talking about form and user processes here, since you can go two completely different routes on the backend to achieve the same task.

__________________________________
Will Morgan
Freelance Web Developer
Next feature: How to fit 25 hours into a day!

 
Replied - Monday 24th September 2007 at 4:45PM [Post Link]

Tubby
Member

User Avatar

Joined July 2007
Posts: 47

Having a motto? Seems lame. Like horribly lame.

I just...code. I dont sit there thinking "Good coders code. Must remember this. Go code go code".

If you want to code, go do it. None of this bs

__________________________________
All posts are my own opinion.

 
Replied - Monday 24th September 2007 at 6:38PM [Post Link]

Will
Administrator

User Avatar

Joined October 2005
Posts: 133

[QUOTE] Tubby said (24th September @ 15:45pm):

Having a motto? Seems lame. Like horribly lame.

I just...code. I dont sit there thinking "Good coders code. Must remember this. Go code go code".

If you want to code, go do it. None of this bs


Obviously you'll be having some problems learning programming patterns if you ever want to get anywhere in life :)

__________________________________
Will Morgan
Freelance Web Developer
Next feature: How to fit 25 hours into a day!

 
Sponsored Link
Replied - Monday 24th September 2007 at 8:01PM [Post Link]

Tubby
Member

User Avatar

Joined July 2007
Posts: 47

No I meant like I'm sitting there about to code say, a forum. I dont think a motto to myself or anything like that.

__________________________________
All posts are my own opinion.