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. The Lounge
  3. how to write an approval for a code review

how to write an approval for a code review

Scheduled Pinned Locked Moved The Lounge
questiontestingbusinessbeta-testingtutorial
17 Posts 12 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.
  • S Offline
    S Offline
    Southmountain
    wrote on last edited by
    #1

    I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

    diligent hands rule....

    P M J R A 9 Replies Last reply
    0
    • S Southmountain

      I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

      diligent hands rule....

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #2

      "No obvious flaws."

      1 Reply Last reply
      0
      • S Southmountain

        I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

        diligent hands rule....

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #3

        Southmountain wrote:

        I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose.

        throw new NotImplementedException(); Yup, that definitely requires comprehensive testing and validation! :laugh:

        Latest Article:
        Create a Digital Ocean Droplet for .NET Core Web API with a real SSL Certificate on a Domain

        H 1 Reply Last reply
        0
        • M Marc Clifton

          Southmountain wrote:

          I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose.

          throw new NotImplementedException(); Yup, that definitely requires comprehensive testing and validation! :laugh:

          Latest Article:
          Create a Digital Ocean Droplet for .NET Core Web API with a real SSL Certificate on a Domain

          H Offline
          H Offline
          honey the codewitch
          wrote on last edited by
          #4

          // panic!
          abort();

          an old favorite. works as advertised. no obvious flaws. :laugh:

          To err is human. Fortune favors the monsters.

          1 Reply Last reply
          0
          • S Southmountain

            I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

            diligent hands rule....

            J Offline
            J Offline
            jmaida
            wrote on last edited by
            #5

            works

            "A little time, a little trouble, your better day" Badfinger

            1 Reply Last reply
            0
            • S Southmountain

              I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

              diligent hands rule....

              R Offline
              R Offline
              Roger Wright
              wrote on last edited by
              #6

              Southmountain wrote:

              I reviewed only one line of code for one business rule.

              Delete this part. It completely invalidates your second sentence. If you worked for me, and I read this line in a code review, you'd be looking for work. A one line change usually has many unintended consequences, and a proper review requires a much more extensive analysis. No code change, nor any hardware change, lives in a vacuum; there are always other effects, and they can be very subtle. If you're willing to accept this review as your best work, stick with the second sentence, and be prepared to defend it.

              Will Rogers never met me.

              S 1 Reply Last reply
              0
              • S Southmountain

                I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

                diligent hands rule....

                A Offline
                A Offline
                Amarnath S
                wrote on last edited by
                #7

                "Approved after review and testing".

                1 Reply Last reply
                0
                • S Southmountain

                  I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

                  diligent hands rule....

                  S Offline
                  S Offline
                  Slacker007
                  wrote on last edited by
                  #8

                  I have no idea what system or process you use for your code reviews, but I don't write comments for approvals. I will do 10-20 code reviews per week, sometimes more, sometimes less. We use Azure DevOps Services | Microsoft Azure[^] and I usually only make comments if there are issues, but when I approve I just click the Approve button and that is it, no comments necessary.

                  S 1 Reply Last reply
                  0
                  • S Southmountain

                    I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

                    diligent hands rule....

                    M Offline
                    M Offline
                    Maximilien
                    wrote on last edited by
                    #9

                    If there are no comments for the review, we just approve the PR.

                    CI/CD = Continuous Impediment/Continuous Despair

                    1 Reply Last reply
                    0
                    • R Roger Wright

                      Southmountain wrote:

                      I reviewed only one line of code for one business rule.

                      Delete this part. It completely invalidates your second sentence. If you worked for me, and I read this line in a code review, you'd be looking for work. A one line change usually has many unintended consequences, and a proper review requires a much more extensive analysis. No code change, nor any hardware change, lives in a vacuum; there are always other effects, and they can be very subtle. If you're willing to accept this review as your best work, stick with the second sentence, and be prepared to defend it.

                      Will Rogers never met me.

                      S Offline
                      S Offline
                      Southmountain
                      wrote on last edited by
                      #10

                      this part is only put here for explaining info here. not on my approval. your feedback is highly appreciated.:rose::rose::rose:

                      diligent hands rule....

                      1 Reply Last reply
                      0
                      • S Slacker007

                        I have no idea what system or process you use for your code reviews, but I don't write comments for approvals. I will do 10-20 code reviews per week, sometimes more, sometimes less. We use Azure DevOps Services | Microsoft Azure[^] and I usually only make comments if there are issues, but when I approve I just click the Approve button and that is it, no comments necessary.

                        S Offline
                        S Offline
                        Southmountain
                        wrote on last edited by
                        #11

                        my approval is written in an email to reply to developer's request. this email will be saved and embed into BRD document.

                        diligent hands rule....

                        S 1 Reply Last reply
                        0
                        • S Southmountain

                          my approval is written in an email to reply to developer's request. this email will be saved and embed into BRD document.

                          diligent hands rule....

                          S Offline
                          S Offline
                          Slacker007
                          wrote on last edited by
                          #12

                          your code review system uses email as its method of communication? I don't want to know the answer. :sigh:

                          1 Reply Last reply
                          0
                          • S Southmountain

                            I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

                            diligent hands rule....

                            M Offline
                            M Offline
                            MarkTJohnson
                            wrote on last edited by
                            #13

                            A coworker always uses "Works as coded".

                            I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.

                            D S 2 Replies Last reply
                            0
                            • S Southmountain

                              I reviewed only one line of code for one business rule. I did comprehensive testing and validation, and I think this code change meets the purpose. what is the better statement to wrap up my approval? any good words to recommend?

                              diligent hands rule....

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #14

                              "No concerns".

                              "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

                              S 1 Reply Last reply
                              0
                              • M MarkTJohnson

                                A coworker always uses "Works as coded".

                                I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.

                                D Offline
                                D Offline
                                dbrenth
                                wrote on last edited by
                                #15

                                And the best part is, he is ALWAYS right - even if there are unintended consequences.

                                Brent

                                1 Reply Last reply
                                0
                                • M MarkTJohnson

                                  A coworker always uses "Works as coded".

                                  I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.

                                  S Offline
                                  S Offline
                                  Southmountain
                                  wrote on last edited by
                                  #16

                                  I will use similar words to this statement:thumbsup:

                                  diligent hands rule....

                                  1 Reply Last reply
                                  0
                                  • L Lost User

                                    "No concerns".

                                    "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

                                    S Offline
                                    S Offline
                                    Southmountain
                                    wrote on last edited by
                                    #17

                                    this may not be regarded as an approval :laugh:

                                    diligent hands rule....

                                    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