I thought of putting this in a 1.6 suggestion, but I feel it should start now. I've been reading through the source code for a few days now trying to unravel what's going on with graph creation. I'm getting close, but it would be really really really really helpful if each file/module had a quick blurb about what the purpose of the file/module is. For instance if there was a comment at the top for the screens.php file saying something to the effect of "This file generates the screen page. It takes x y and z variables from post and will display the page appropriately. All major page generation is done during the function bla."
I know this would help myself and many others get up to speed faster in understanding the code. Plus for complicated bits it would help others to debug logic errors. I'm not saying every line needs to be documented or to document to the level my CS teachers wanted, but a quick blurb at the top of each file to clue me and others in as to what's going on.
I know this would help myself and many others get up to speed faster in understanding the code. Plus for complicated bits it would help others to debug logic errors. I'm not saying every line needs to be documented or to document to the level my CS teachers wanted, but a quick blurb at the top of each file to clue me and others in as to what's going on.


Comment