| Posted in Website Content » Best Practices - Thursday 20th September 2007 at 12:39AM | |
|
Brad Joined April 2007 |
"Good coders code. Great coders reuse." __________________________________ |
- Subscribe to this
- Search this thread
- Rate this thread
A Programming Related Motto
Replies (9)
| Replied - Thursday 20th September 2007 at 10:52PM [Post Link] | |
|
Alec Joined April 2007 |
Thats true Brad.
And yes I also agree Brad. Why re-write the same bit of code over and over again. __________________________________ |
| Replied - Friday 21st September 2007 at 12:14AM [Post Link] | |
|
adam2z Joined October 2005 |
of course. shame im a sucky coder anyway.
__________________________________ |
| Replied - Friday 21st September 2007 at 1:01AM [Post Link] | |
|
Brad Joined April 2007 |
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.
__________________________________ |
| Replied - Friday 21st September 2007 at 1:02AM [Post Link] | |
|
bluestriker Joined April 2007 |
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.
__________________________________ |
| Replied - Friday 21st September 2007 at 1:08AM [Post Link] | |
|
Brad Joined April 2007 |
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.
__________________________________ |
| Replied - Saturday 22nd September 2007 at 4:59PM [Post Link] | |
|
Will Joined October 2005 |
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.
__________________________________ |
| Replied - Monday 24th September 2007 at 4:45PM [Post Link] | |
|
Tubby Joined July 2007 |
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 __________________________________ |
| Replied - Monday 24th September 2007 at 6:38PM [Post Link] | |
|
Will Joined October 2005 |
[QUOTE] Tubby said (24th September @ 15:45pm): Having a motto? Seems lame. Like horribly lame. Obviously you'll be having some problems learning programming patterns if you ever want to get anywhere in life :) __________________________________ |
| Sponsored Link | |
| Replied - Monday 24th September 2007 at 8:01PM [Post Link] | |
|
Tubby Joined July 2007 |
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.
__________________________________ |