Changes for page Peer reviews
Last modified by Danniar Firdausy on 2024/09/18 14:42
From version 21.1
edited by Erik Bakker
on 2022/08/30 08:34
on 2022/08/30 08:34
Change comment:
There is no comment for this version
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Peer reviews1 +Running peer reviews inside eMagiz DevOps team - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e bakker1 +XWiki.eMagiz - Default language
-
... ... @@ -1,1 +1,0 @@ 1 -en - Content
-
... ... @@ -3,6 +3,9 @@ 3 3 4 4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 6 +* Last update: April 22nd, 2021 7 +* Required reading time: 8 minutes 8 + 6 6 == 1. Prerequisites == 7 7 8 8 * Basic knowledge of the eMagiz platform ... ... @@ -9,7 +9,7 @@ 9 9 10 10 == 2. Key concepts == 11 11 12 -Peer reviews are defined as follows: A disciplined engineering practice for detecting and correcting defects in software artifacts and preventing their leakage into production. Its a well known and working concept with IT organization, and it can definetely applied in DevOps teams that have eMagiz as one of the technology pillars. 15 +Peer reviews are defined as follows: A disciplined engineering practice for detecting and correcting defects in software artifacts and preventing their leakage into production. Its a well known and working concept with IT organization, and it can definetely applied in DevOps teams that have eMagiz as one of the technology pillars. In tbe context of eMagiz, peer reviews are done usually after the Create phase. 13 13 14 14 [[image:Main.Images.Microlearning.WebHome@intermediate-devops-perspectives-peerreview-1.png]] 15 15 ... ... @@ -22,76 +22,74 @@ 22 22 * Architecture challenge and verification 23 23 * Find alternative solutions 24 24 25 -== 3. Running peer reviews in eMagiz == 26 26 27 -=== 3.1 Who and when === 28 28 29 - Doingpeer reviews increases the quality of the delivered work by the team.This means it is the whole team's responsibility to ensurepeer reviewsare performed. Followingthat logic,asking different individuals within your team for other peer reviews makes sense.30 +== 3. Running peer reviews in eMagiz == 30 30 31 - Asdescribedbelow, peer reviews should be conducted for every critical decision when building an integrationolutionvia the eMagiz platform.See section 3.3 fora detailedlist.32 +=== 3.1 Considerations for reviewee === 32 32 33 -=== 3.2 Considerations for reviewee === 34 - 35 35 Here are some things to keep in mind when presenting the work to peer review. 36 36 37 37 * Quickly explain the story / task / background 38 38 * Quickly show the working result if applicable / practical 39 39 * Talk through the solution while showing the models / code 40 - * *Just trying to explain your work to someone else will help spot mistakes41 - * *Don’t show every single detail but try to highlight the important parts and/or details you’re less sure about. This takes time and experience to get “right” and is different depending on the story, the reviewee, the reviewer, the project, etc.39 + * Just trying to explain your work to someone else will help spot mistakes 40 + * Don’t show every single detail but try to highlight the important parts and/or details you’re less sure about. This takes time and experience to get “right” and is different depending on the story, the reviewee, the reviewer, the project, etc. 42 42 * Always do a peer review, no exceptions. Making assumptions about the usefulness beforehand defeats the whole purpose. 43 43 44 -=== 3. 3Considerations for reviewer ===43 +=== 3.2 Considerations for reviewer === 45 45 46 46 Here are some things to keep in mind when peer reviewing the work . 47 47 48 48 * Ask questions 49 - * *How does this work?50 - * *Why did you decide to …?51 - * *Did you think about …?48 + * How does this work? 49 + * Why did you decide to …? 50 + * Did you think about …? 52 52 * Spot (incorrect) assumptions 53 53 * Check application of best practices – see next slide 54 - * *Modelling / coding patterns55 - * *Naming conventions56 - * *Errors / warnings53 + * Modelling / coding patterns 54 + * Naming conventions 55 + * Errors / warnings 57 57 * Notice non-standard / unusual / abnormal things 58 - * *Make sure this is documented, mainly for future changes. Annotations are very useful here.57 + * Make sure this is documented, mainly for future changes. Annotations are very useful here. 59 59 60 60 === 3.3 Peer review items per ILM Phase === 61 61 62 62 * Capture 63 - * *100% filled64 - * *Connection method clear65 - * *Authentication method clear66 - * *Definitions loaded67 - * *Sizing impact understood and valid62 + * 100% filled 63 + * Connection method clear 64 + * Authentication method clear 65 + * Definitions loaded 66 + * Sizing impact understood and valid 68 68 * Design 69 - * *Check solution architecture validity70 - * *Design 100% filled and clear71 - * *CDM Root entity mapped72 - * *Set as mapped – avoid line mapping73 - * *Use annotation where possible74 - * *Proper flow and system settings68 + * Check solution architecture validity 69 + * Design 100% filled and clear 70 + * CDM Root entity mapped 71 + * Set as mapped – avoid line mapping 72 + * Use annotation where possible 73 + * Proper flow and system settings 75 75 * Create 76 - * *Validate routing77 - * *Generic error response flows78 - * *Check naming conventions flows, properties and XSD79 - * *Split messages in on-ramp – not later75 + * Validate routing 76 + * Generic error response flows 77 + * Check naming conventions flows, properties and XSD 78 + * Split messages in on-ramp – not later 80 80 * Deploy 81 - * *Check properties82 - * *Avoid too many different flow versions – max. 283 - * *Remove test packages that are deployed80 + * Check properties 81 + * Avoid too many different flow versions – max. 2 82 + * Remove test packages that are deployed 84 84 * Manage 85 - * *All alerts mapped to Customer Support86 - * *All messages can be explained87 - * *Avoid code mappings88 - * *Enable default alerts84 + * All alerts mapped to Customer Support 85 + * All messages can be explained 86 + * Avoid code mappings 87 + * Enable default alerts 89 89 * Architecture 90 - * *Deploy connector close to the source/target system91 - * *Ensure ACCP and PROD are exact copies92 - * *Cloud over on-premise93 - * *No hard-coded variable – use properties89 + * Deploy connector close to the source/target system 90 + * Ensure ACCP and PROD are exact copies 91 + * Cloud over on-premise 92 + * No hard-coded variable – use properties 94 94 94 + 95 + 95 95 == 4. Assignment == 96 96 97 97 See how peer reviews are currently implemented within the projects on which you work to see if you can learn something from the information you have gathered via this microlearning. ... ... @@ -100,6 +100,8 @@ 100 100 101 101 Peer reviews are instrumental in any DevOps team. Use the provided list as your team's peer review starting point and tune as you go along. 102 102 104 + 105 + 103 103 == 6. Suggested Additional Readings == 104 104 105 105 You will find plenty background items available on the Internet. ... ... @@ -106,4 +106,6 @@ 106 106 107 107 == 7. Silent demonstration video == 108 108 109 -As this is a more theoretical microlearning we have no video for this.)))((({{toc/}}))){{/container}}{{/container}} 112 +As this is a more theoretical microlearning we have no video for this. 113 + 114 +)))((({{toc/}}))){{/container}}{{/container}}