hi,
i was just wondering if there is some special technique to understand the code which is not yours.i may sound peculiar so letme make it a bit clear.i hav just recently done some c++ programming and being able to make some programs.not too complex but i can do some very basic programming .....
i am able to solve most of the problems myself,but when i look at someone else's code,it takes me a while and lot of effort to understand it.....
i hav heard of the topdown and bottomup approach of designing a program,but can the same approach be used in understanding it?
i am not a professional of programming just an amateur so if i sound too stupid plz forgive me...
thanx in advance..
sahil1991 0 Light Poster
Recommended Answers
Jump to PostThe best way is to get the original coder to explain it to you. If thats not possible, use the code( if you need to ) for your needs as long as you know what its supposed to do and not necessarily how it does it. If all fails then …
Jump to Post>> The best way is to get the original coder to explain it to you.
If the code is well written/documented, the coder has already written and documented it so that it can be understood. If you have to ask them, to my mind, that means it wasn't written …
All 5 Replies
Fbody 682 Posting Maven Featured Poster
Celtrix -2 Junior Poster in Training
mrnutty 761 Senior Poster
VernonDozier 2,218 Posting Expert Featured Poster
Fbody commented: Preach it Vernon! :) +5
sahil1991 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.