Having a conversation with yourself with comments
Posted: Wed Aug 04, 2004 8:55 pm
I wonder if this is a bad sign? At least I'm not talking out loud, I suppose. Note the conversational style, esp in the bold ones. :P Note each line was written at one time and I didn't go back and edit any comments after I wrote them.
In my phpBB modifications:
(Not using code bracket because can't boldify stuff in it)
//MARAUDERIIC : Hmmm.... I think this is the line I would change to make editpost update the time for the post.
//MARAUDERIIC : But this inserts...
//MARAUDERIIC : Nevermind -- this inserts a whole new *topic*.
/*...*/
//MARAUDERIIC : Hmmm.... No -- topic_id seems to be for the whole topic :(
//MARAUDERIIC : Or maybe not, since replies also do this? No, they don't -- there's a 'reply' mode.
//MARAUDERIIC : Aha, below.
/*...*/
//MARAUDERIIC : This is the line I edit to make it append the time every time. I think 'poster_post' makes it only
//MARAUDERIIC : do it if the poster == the editor.
//MARAUDERIIC : Make post_edit_time be post_time ? Or add post_time here. No, no.. this is just a string!
Heaven forbid I erase all other comments and write something like "String -- Ignore" after I have a realization while typing.
In my phpBB modifications:
(Not using code bracket because can't boldify stuff in it)
//MARAUDERIIC : Hmmm.... I think this is the line I would change to make editpost update the time for the post.
//MARAUDERIIC : But this inserts...
//MARAUDERIIC : Nevermind -- this inserts a whole new *topic*.
/*...*/
//MARAUDERIIC : Hmmm.... No -- topic_id seems to be for the whole topic :(
//MARAUDERIIC : Or maybe not, since replies also do this? No, they don't -- there's a 'reply' mode.
//MARAUDERIIC : Aha, below.
/*...*/
//MARAUDERIIC : This is the line I edit to make it append the time every time. I think 'poster_post' makes it only
//MARAUDERIIC : do it if the poster == the editor.
//MARAUDERIIC : Make post_edit_time be post_time ? Or add post_time here. No, no.. this is just a string!
Heaven forbid I erase all other comments and write something like "String -- Ignore" after I have a realization while typing.