|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
| View Poll Results: Do You Document...? | |||
| Most of the Time | | 3 | 25.00% |
| um, sometimes | | 9 | 75.00% |
| Documentation....????? | | 0 | 0% |
| Voters: 12. You may not vote on this poll | |||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Do You Document?
ok, on monday i started working for a company and one of my jobs is to look at their existing database (written in filemaker 5.5) and learn how it works enough to modify it and fix bits that don't work.
The probelm...the people that wrote it didn't DOCUMENT IT !!! aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaargh so it is driving me insane !! So..do you document your code?
__________________
|
|
#2
|
|||
|
|||
|
I once read a programmers comment, he/she said in their code:
'Real programmers dont comment, if it was hard to write then it should be hard to understand!' You gotta love it! Personally I do comment, although when I go back and look at old code it still takes some time to figure it out never mind the endless lines of comment that go with it. ![]() |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
LOL, poor you RF, not a job I envy, cleaning up someone else's mess. ![]() |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
Quote:
Ouch!! That could be fun... or not. Most of the systems I work on haven't been documented. And like everyone who has worked on them in the past, I don't get the time to document them ![]() |
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
Quote:
I have never had a project approved when I have included the cost of documentation, and I don't just mean putting comments in code. What money gets saved by omitting documentation gets eaten up later when we have to modify complicated workflows, restructure a database or recouple related functions. I have to chuckle because I know what you're talking about and the pennies people save now cost them mucho dollars later, but they never ever see it that way. |
|
#9
|
||||
|
||||
|
honestly, comments usually won't really help. it's not like you'll read the comments and
all of a sudden understand what you need to do - after all that's "foreign logic" in there. so I don't comment very much, and even if I did it wouldn't help much to those who'll need to modify or understand my code. I'm not saying it's good, it's much better to put comments but usually it's just not realistic. ![]() |
|
#10
|
||||
|
||||
|
True but commenting on functions especially is very helpful for legacy systems.
Function inputs and return types and a little summary of what they do is about the only thing I comment. It's like shadow mentioned, sometimes it won't help any one who may not be in the same page as you are.
__________________
................... ASCII and ye shall receive .................. Knowledge is the only resource on earth that multiplies when shared Support the Shemzilla Project Powered by C# |
|
#11
|
|||
|
|||
|
Yes.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain
|