A comment is worth...



  • Currently I'm working on come network code that is uses a framework that is built on top of ACE, here is a little sample of my pain. 

    People say comments are worth more than code, but what about this comment?

     

    /** \brief Class MessageManager_ACE .
     * This class is used to [...to be continued...]
     * \author Nist Smartspace Group
     * \date 04-19-2004
     * \internal
    */
    class ACE_Svc_Export MessageManager_ACE:public MessageManager {



  • @kramthegram said:

    come network code
     

    Plz send those codez!



  • @MasterPlanSoftware said:

    @kramthegram said:

    come network code
     

    Plz send those codez!

     

     [code]$ s/come/some/[/code]

    The code you're looking for is not available; you'll probably have to perform a manual operation.

     



  • @kramthegram said:

    Currently I'm working on come network code that is uses a framework that is built on top of ACE, here is a little sample of my pain. 

    People say comments are worth more than code, but what about this comment?

     

    /** \brief Class MessageManager_ACE .
     * This class is used to [...to be continued...]
     * \author Nist Smartspace Group
     * \date 04-19-2004
     * \internal
    */
    class ACE_Svc_Export MessageManager_ACE:public MessageManager {

     

    Gotta love code that has "to be continued" in a comment from..........over four years ago. 



  • @BeenThere said:

    Gotta love code that has "to be continued" in a comment from..........over four years ago. 
     

    Excellent quoting job!



  • @kramthegram said:

    /** \brief Class MessageManager_ACE .
     * This class is used to [...to be continued...]
     * \author Nist Smartspace Group
     * \date 04-19-2004
     * \internal
    */


    I am suddenly reminded of several students trying to say that they really did use vi to write their code.

    I don't think they ever did come to understand why I doubted them.


Log in to reply