|
-
Jul 17th, 2006, 10:48 AM
#1
Thread Starter
Hyperactive Member
Revisting Code
Hands up those of you who can read your own code when you have to
rewrite it for a major update after not looking at it for a year or two?
At least I code better than other people, I hear some people cannot read
their own code after six months, and any one using C or one of its
descendants cannot read their own code after five minutes.
Signature Under Construction 
-
Jul 17th, 2006, 10:49 AM
#2
Fanatic Member
-
Jul 17th, 2006, 10:53 AM
#3
Re: Revisting Code
I can always read and understand my code because I follow The 7 secrets of successful programmers...although sometimes I can't work out why I wrote a particular application in the first place.
-
Jul 17th, 2006, 10:57 AM
#4
-
Jul 17th, 2006, 11:00 AM
#5
Re: Revisting Code
 Originally Posted by Torc
At least I code better than other people, I hear some people cannot read
their own code after six months, and any one using C or one of its
descendants cannot read their own code after five minutes. 
Says Mr. OMFGItIsntVBItSucks.
-
Jul 17th, 2006, 11:07 AM
#6
Thread Starter
Hyperactive Member
Re: Revisting Code
I wouldn't say that Penagate.
I prefer Pascal oover VB, and Modula-2 over Pascal.
I find the problem with C is that it does not seem to be very well designed.
Hmm, perhaps I shouldn't have said better than other people, I just reaslied that you can probably read that several different ways.
What I meant was that I could code better than some, probably most people,
but that is just because I try to write code I can understand.
Unfortunately I am not at the level where I can c0d yet.
Maybe in another three or four lifetimes.
Signature Under Construction 
-
Jul 17th, 2006, 11:10 AM
#7
Re: Revisting Code
Oh, you're being serious. 
The problem with C is that, being a very versatile language, it makes it easy to write unintelligible code. It is therefore your responsibility as a skilled c00der to make it clear and self-documenting. Just as with any language, there is code, and there is c0d, as you so humbly allude.
-
Jul 17th, 2006, 11:19 AM
#8
Re: Revisting Code
I can read my code ... if I can find it.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jul 17th, 2006, 11:54 AM
#9
Re: Revisting Code
I eat spaghetti therefore I can
-
Jul 17th, 2006, 01:18 PM
#10
Re: Revisting Code
I always comment my code to death. Its often easier to write out an algorithm in comments first (plain english description of what needs to happen). Then go back and code the individual things that were highlighted.
I don't live here any more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|