Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Basic Code Review CheckList in C++

Basic Code Review CheckList in C++

Scheduled Pinned Locked Moved C / C++ / MFC
c++code-review
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    itkid
    wrote on last edited by
    #1

    Hi Friend, I am creating very basic C++ checklist for developer. I have include lots of comments however I am looking for more..... Can you please let me know some of your valuable comments. Thanks ;)

    M T M 3 Replies Last reply
    0
    • I itkid

      Hi Friend, I am creating very basic C++ checklist for developer. I have include lots of comments however I am looking for more..... Can you please let me know some of your valuable comments. Thanks ;)

      M Offline
      M Offline
      Maxwell Chen
      wrote on last edited by
      #2

      itkid wrote:

      very basic C++ checklist for developer.

      Such as?! Would you mind listing one or two samples for us to get clearer what the check list is about? Then I can add some of mine.


      Maxwell Chen

      1 Reply Last reply
      0
      • I itkid

        Hi Friend, I am creating very basic C++ checklist for developer. I have include lots of comments however I am looking for more..... Can you please let me know some of your valuable comments. Thanks ;)

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #3

        itkid wrote:

        I am creating very basic C++ checklist for developer

        1. coding guidelines (formatting, naming, constructs to avoid, etc.)OK 2. comments (redundant, missing, consistency with code)OKNOK(function comments) 3. function/procedure/method sizeOK 4. defensive programming (memory management, exception handling, variable initialization, floating point calculations)OKNOK(exception handling ) 5 correctness (program logic)OK. 6. maintainability OK 7. efficiency OK

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta VC Forum Q&A :- I/ IV

        I 1 Reply Last reply
        0
        • T ThatsAlok

          itkid wrote:

          I am creating very basic C++ checklist for developer

          1. coding guidelines (formatting, naming, constructs to avoid, etc.)OK 2. comments (redundant, missing, consistency with code)OKNOK(function comments) 3. function/procedure/method sizeOK 4. defensive programming (memory management, exception handling, variable initialization, floating point calculations)OKNOK(exception handling ) 5 correctness (program logic)OK. 6. maintainability OK 7. efficiency OK

          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

          cheers, Alok Gupta VC Forum Q&A :- I/ IV

          I Offline
          I Offline
          itkid
          wrote on last edited by
          #4

          Thank Alok, You have given few very good point to think. Regards :)

          1 Reply Last reply
          0
          • I itkid

            Hi Friend, I am creating very basic C++ checklist for developer. I have include lots of comments however I am looking for more..... Can you please let me know some of your valuable comments. Thanks ;)

            M Offline
            M Offline
            markkuk
            wrote on last edited by
            #5

            Have a look at the Mozilla Code Reviewer's Guide[^].

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups