Friday, June 23, 2017

How to Review Software Design



http://blog.bliley.com/5-simple-steps-for-truly-effective-design-reviews
Take notes in real time (digitally)
5. Follow up immediately
Now I know this may come as a surprise to most of us, but the majority of meetings are basically worthless.  They could have just as well been an email and saved everyone invited precious time to be doing something more productive.  Design reviews are one of those special exceptions that is actually worth pulling a bunch of high paid engineers into a room together.

There's a epic email salutation on this site I found recently that says "Do good, crush evil, but document it."  Design reviews are certainly a place to do good.  They are a great way to crush evil design defects. So it only stands to reason that we should document it.

https://effectivesoftwaredesign.com/2010/10/24/effective-design-reviews/
Therefore, effective design reviews must include the presentation of several alternatives. The discussion should not be if a particular design satisfies or not the requirements. Correctness is the most fundamental attribute of a solution, so the diverse design choices must differ on some other attributes that can be compared. In other words, each option has its advantages and disadvantages, and by choosing one of them we are actually deciding which attributes are the most important ones, but all options must be correct.
In this “multiple-choice” approach, the goal of the design review is to analyze several alternatives and understand their different implications. Then, if there is a solution that is clearly better than all others, according to some criteria, it should be the chosen one. Otherwise, we should try to look for additional options.
But here is the second problem with the previous definition of design review: It says that the “design is tested against its requirements.” In most cases this means only the functional requirements, the specific demands related to the feature being implemented. This definition assures that the design must be correct, but it does not address the question of how the new feature being implemented will affect the existing system architecture. In other words, this definition does not take in consideration the non-functional requirements.
Diverse design alternatives will probably have very different implications for non-functional requirements, and this should be used as the basis for comparison when selecting one of them.
 if there are no alternatives, there is no real review being done. 

Then,” said Sloan, “I propose we postpone further discussion until our next meeting, to give ourselves time to develop disagreement and perhaps gain some understanding of what the decision is all about.
So let’s hope we will have more disagreement in our next design reviews!
https://www.codeproject.com/Articles/20467/Software-Architecture-Review-Guidelines[Good]

https://www.quora.com/What-are-some-tips-for-conducting-a-software-design-review
- Your priority should be to understand objections and questions, not necessarily to answer them. People will come up with questions you haven't thought about and "helpful" suggestions that barely make sense. It's OK to note them and look into the issue after the meeting when you'll have time to carefully craft a diplomatic reply.

- You, the designer, should take notes on the feedback and decisions for your design, & circulate your notes promptly after the meeting. Bring a printout of your design spec to write notes on, and don't be afraid to ask the meeting to pause for a minute or two while you catch up on notes. I find that it's best for the project manager to take notes on action items that arise for people other than the designer, such as technical issues that need investigating by developers. 

- Keep three running lists: "Questions for management", "Questions for users", and "Parking lot (interesting ideas that we won't pursue at this time)".

Listen graciously and thank everyone for their input. People always want to leave a meeting with the feeling that they were listened to and understood

http://www.processimpact.com/articles/revu_sins.html
Reviewers Critique the Producer, Not the Product
Reviews Are Not Planned

http://design.engineering.dal.ca/sites/default/files/studentresources/files/design_reviews.pdf

https://medium.com/git-out-the-vote/strengthening-products-and-teams-with-technical-design-reviews-ae6a1bec5216
The document should have sections including:
  • Background
  • Design goals
  • System diagram
  • Design summary
  • Design details
  • Tradeoffs made

Labels

Review (572) System Design (334) System Design - Review (198) Java (189) Coding (75) Interview-System Design (65) Interview (63) Book Notes (59) Coding - Review (59) to-do (45) Linux (43) Knowledge (39) Interview-Java (35) Knowledge - Review (32) Database (31) Design Patterns (31) Big Data (29) Product Architecture (28) MultiThread (27) Soft Skills (27) Concurrency (26) Cracking Code Interview (26) Miscs (25) Distributed (24) OOD Design (24) Google (23) Career (22) Interview - Review (21) Java - Code (21) Operating System (21) Interview Q&A (20) System Design - Practice (20) Tips (19) Algorithm (17) Company - Facebook (17) Security (17) How to Ace Interview (16) Brain Teaser (14) Linux - Shell (14) Redis (14) Testing (14) Tools (14) Code Quality (13) Search (13) Spark (13) Spring (13) Company - LinkedIn (12) How to (12) Interview-Database (12) Interview-Operating System (12) Solr (12) Architecture Principles (11) Resource (10) Amazon (9) Cache (9) Git (9) Interview - MultiThread (9) Scalability (9) Trouble Shooting (9) Web Dev (9) Architecture Model (8) Better Programmer (8) Cassandra (8) Company - Uber (8) Java67 (8) Math (8) OO Design principles (8) SOLID (8) Design (7) Interview Corner (7) JVM (7) Java Basics (7) Kafka (7) Mac (7) Machine Learning (7) NoSQL (7) C++ (6) Chrome (6) File System (6) Highscalability (6) How to Better (6) Network (6) Restful (6) CareerCup (5) Code Review (5) Hash (5) How to Interview (5) JDK Source Code (5) JavaScript (5) Leetcode (5) Must Known (5) Python (5)

Popular Posts