SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
************ [RÜPING-2003], Chapter 1 **************************************************************
Documents describe user requirements, software architectures, design decisions, source code and management issues.
Documentation can contribute to the success of a project by making necessary information available to the team
members. It can preserve knowledge within a team, and prevent the team from re-inventing things when team members
leave and new people join. It can capture expertise gained in one project and make it available to future projects. When
knowledge has been committed to paper, it cannot be lost.
“Documentation in moderation, aids communication, enhances knowledge transfer, preserves historical information,
and fulfils governmental and legal requirements.” –Highsmith
Light-but-sufficient approach is favorable because:
 Such approach prevents the project team form expending unnecessary large effort on documentation
 Light-but-sufficient documentation is more accessible, and therefore more useful, for a team than voluminous
documentation
“Quality is more important than quantity in project documentation.” / “Documentation is a means, not an end.”
A pattern in this sense is essentially a well-proven problem-solution pair, presented in a structured form. Users can look
up patterns for their particular problems, apply the solutions, and thereby draw on the general expertise available. A
good pattern describes the forces that are associated with a problem, those issues that influence or constrain possible
solutions. A pattern offers the rationale behind the solution.
Contrast of the Role of Documentation with Face-to-Face Communication
Roadmap diagram of Patterns: it sketches the patterns and relationships that hold between them.
Target Readers: To ensure that the documents that the project team produce will be appreciated, each document must
have a target leadership, and must address these readers in order to prove useful.
Focused Information: Documents can be prevented from meandering and getting nowhere by having a clear and
identifiable focus on a particular topic, making it concise and straightforward.
Individual Documentation Requirements: Unnecessary documentation requirements can be avoided by defining
documentation requirements individually.
Documentation Portfolio: Teams can reuse the knowledge about which documents might be required in their projects
by using a documentation portfolio that describes which documents might be necessary in software project, and their
scope. In an organization sets up such a portfolio, projects can choose those documents they need, checking the necessity
of each candidate document individually. [Management, Specification, Design, Migration, Test, Usage, Operations]
Focus on Long-Term Relevance: Projects can avoid producing documentation that expires too soon by making
documentation that focuses on issues with a long-term relevance, issues that will play a role in a later project phase or
in future projects.
Specification as a Joint Effort: Development projects can ensure that they head in the direction the customer wants by
doing specification based on the requirement analysis done jointly by the project team and the customer.
Design Rationale: Team can make sure that the foundations are laid for future design changes by making design
documents not restricted to describing the actual design, but also focus on the rationale behind the design and explain
why the particular design was chosen.
Big Picture: People can be introduces to a project without being confronted with a deluge of technical details by
describing the ‘Big Picture’ of the architecture that underlies the system under construction.
Separation of Description and Evaluation: Authors can prevent
loss of credibility by clearly separation description from valuation
in their documents.
Realistic Examples: Abstract material can be explained in a
comprehensible way if the project documents include realistic
examples from the project’s context.
************ [DUVALL-2007], Chapter 1-3*************************************************************
What is continuous integration? A software development practice where members of a team integrate their work
frequently, usually each person integrates at least daily- leading to multiple integrations per day. Each integration is
verified by an automated build to detect integration errors as quickly as possible. This approach leads to significantly
reduce integration problems and allows a team to develop a cohesive software more rapidly.
Rapid Feedback: Continuous integration increases opportunities for feedback. Through it, we learn the state of the
project several times a day. CI can be used to reduce the time between when a defect is introduces and when it is fixed,
thus improving overall software quality.
CI works well with practices like refactoring and test-driven development, because these practices are centered on the
notion making small changes.
What is a Build? It is a compile that may consist
of the compilation, testing, inspection, and
deployment. A build acts as the process for
putting source code together and verifying that
the software works as a cohesive unit.
‘Find problems earlier by building often.’
The purpose of Version Control Repository is to manage changes to source code and other software assets (such as
documentation) using a controlled access repository.
A CI server runs an integration build whenever a change is committed to the version control repository. The CI server will
retrieve the source files and run a build script or scripts.
The Build Script is a single report, or set of scripts, you use to compile, test, inspect, and deploy software. It can be used
without implementing a CI system.
One of the key purposes of CI is produce feedback on an integration build.
Integration build machine is a separate machine whose sole responsibility is to integrate software. It hosts the CI server,
and the CI server polls the version control repository.
Four features required for CI:
1. A connection to a version control repository
2. A build script
3. Some sort of feedback mechanism (such as e-mail)
4. A process for integrating the source code changes (manual or CI server)
Compilation involves creating executable code from your human-readable source.
By using CI system, the integration of the database can be ensured
through a version control repository.
The database source code—Data definition language scripts,
Data manipulation language scripts, stores procedure definitions,
partitioning, and so on—in the same manner as any other source
code in the system.
Different categories of tests run from a CI system to speed up the builds. These categories may include unit, component,
system, load/performance, security, and others.
Automated code inspections (static & dynamic analysis) can be used to enhance the quality of the software by enforcing
rules.
Continuous deployment enables delivering working, deployable software at any point in time. Meaning a key purpose of
a CI system is to generate the bundled software artifacts with the latest code changes and make it available to a testing
environment.
Concise code with well-chosen class, variable, and method names (for instance) is the best documentation. Ci system can
use tools to generate class diagrams and other information, all based on the committed source code in the version control
repository.

Weitere ähnliche Inhalte

Was ist angesagt?

Software Testing with a TDD Application
Software Testing with a TDD ApplicationSoftware Testing with a TDD Application
Software Testing with a TDD ApplicationYelda Gurbuz Erdogan
 
Software Re-engineering Forward & Reverse Engineering
Software Re-engineering Forward & Reverse EngineeringSoftware Re-engineering Forward & Reverse Engineering
Software Re-engineering Forward & Reverse EngineeringAli Raza
 
Orkhan Gasimov "High Performance System Design"
Orkhan Gasimov "High Performance System Design" Orkhan Gasimov "High Performance System Design"
Orkhan Gasimov "High Performance System Design" LogeekNightUkraine
 
Software architecture design ppt
Software architecture design pptSoftware architecture design ppt
Software architecture design pptfarazimlak
 
962 sech04
962 sech04962 sech04
962 sech04aldwal
 
Aug 2016 Cologne
Aug 2016 CologneAug 2016 Cologne
Aug 2016 CologneExalate
 
Whitepaper Omnext
Whitepaper OmnextWhitepaper Omnext
Whitepaper Omnextmeijerandre
 
Ian Sommerville, Software Engineering, 9th Edition Ch 4
Ian Sommerville,  Software Engineering, 9th Edition Ch 4Ian Sommerville,  Software Engineering, 9th Edition Ch 4
Ian Sommerville, Software Engineering, 9th Edition Ch 4Mohammed Romi
 
Ch3-Software Engineering 9
Ch3-Software Engineering 9Ch3-Software Engineering 9
Ch3-Software Engineering 9Ian Sommerville
 
Notes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNotes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNANDINI SHARMA
 
Software Generic Design Process.
Software Generic Design Process.Software Generic Design Process.
Software Generic Design Process.Syed Hassan Ali
 
Presentation on component based software engineering(cbse)
Presentation on component based software engineering(cbse)Presentation on component based software engineering(cbse)
Presentation on component based software engineering(cbse)Chandan Thakur
 
SWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design BasicsSWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design Basicsghayour abbas
 

Was ist angesagt? (20)

Software Testing with a TDD Application
Software Testing with a TDD ApplicationSoftware Testing with a TDD Application
Software Testing with a TDD Application
 
Ch19 systems engineering
Ch19 systems engineeringCh19 systems engineering
Ch19 systems engineering
 
Software Re-engineering Forward & Reverse Engineering
Software Re-engineering Forward & Reverse EngineeringSoftware Re-engineering Forward & Reverse Engineering
Software Re-engineering Forward & Reverse Engineering
 
Orkhan Gasimov "High Performance System Design"
Orkhan Gasimov "High Performance System Design" Orkhan Gasimov "High Performance System Design"
Orkhan Gasimov "High Performance System Design"
 
Software architecture design ppt
Software architecture design pptSoftware architecture design ppt
Software architecture design ppt
 
Software reengineering
Software reengineeringSoftware reengineering
Software reengineering
 
962 sech04
962 sech04962 sech04
962 sech04
 
Software Reengineering
Software ReengineeringSoftware Reengineering
Software Reengineering
 
Software Reuse
Software ReuseSoftware Reuse
Software Reuse
 
Aug 2016 Cologne
Aug 2016 CologneAug 2016 Cologne
Aug 2016 Cologne
 
Whitepaper Omnext
Whitepaper OmnextWhitepaper Omnext
Whitepaper Omnext
 
Chap1 RE Introduction
Chap1 RE IntroductionChap1 RE Introduction
Chap1 RE Introduction
 
Ian Sommerville, Software Engineering, 9th Edition Ch 4
Ian Sommerville,  Software Engineering, 9th Edition Ch 4Ian Sommerville,  Software Engineering, 9th Edition Ch 4
Ian Sommerville, Software Engineering, 9th Edition Ch 4
 
Ch4 req eng
Ch4 req engCh4 req eng
Ch4 req eng
 
Ch3-Software Engineering 9
Ch3-Software Engineering 9Ch3-Software Engineering 9
Ch3-Software Engineering 9
 
Notes of Software engineering and Project Management
Notes of Software engineering and Project ManagementNotes of Software engineering and Project Management
Notes of Software engineering and Project Management
 
Software Generic Design Process.
Software Generic Design Process.Software Generic Design Process.
Software Generic Design Process.
 
Presentation on component based software engineering(cbse)
Presentation on component based software engineering(cbse)Presentation on component based software engineering(cbse)
Presentation on component based software engineering(cbse)
 
SWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design BasicsSWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design Basics
 
Ch22 project management
Ch22 project managementCh22 project management
Ch22 project management
 

Ähnlich wie Reading Summary - Agile Documentation + Continuous Integration

The objectives of this chapter are to describe the different types of documen...
The objectives of this chapter are to describe the different types of documen...The objectives of this chapter are to describe the different types of documen...
The objectives of this chapter are to describe the different types of documen...MohamedIFADA
 
Governing software process improvements in globally distributed product devel...
Governing software process improvements in globally distributed product devel...Governing software process improvements in globally distributed product devel...
Governing software process improvements in globally distributed product devel...Shakas Technologies
 
Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...
Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...
Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...Hayim Makabee
 
Project management document control software system
Project management document control software systemProject management document control software system
Project management document control software systemDavis Ciprikis
 
Governance of agile SW projects · White Paper
Governance of agile SW projects · White PaperGovernance of agile SW projects · White Paper
Governance of agile SW projects · White PaperpliXos GmbH
 
3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...
3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...
3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...Crystal Thomas
 
Building Security in Using CI
Building Security in Using CIBuilding Security in Using CI
Building Security in Using CICoveros, Inc.
 
Ignou MCA 6th Semester Synopsis
Ignou MCA 6th Semester SynopsisIgnou MCA 6th Semester Synopsis
Ignou MCA 6th Semester SynopsisHitesh Jangid
 
Bt0081 software engineering
Bt0081 software engineeringBt0081 software engineering
Bt0081 software engineeringTechglyphs
 
ch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdfch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdfyedej15330
 
Appendix AProof of effectiveness of some of the agile methods us.docx
Appendix AProof of effectiveness of some of the agile methods us.docxAppendix AProof of effectiveness of some of the agile methods us.docx
Appendix AProof of effectiveness of some of the agile methods us.docxarmitageclaire49
 
An Enhanced Wiki For Requirements Engineering
An Enhanced Wiki For Requirements EngineeringAn Enhanced Wiki For Requirements Engineering
An Enhanced Wiki For Requirements EngineeringJim Jimenez
 
1st Reply to Discussion, Project Management (Minimum 250 Words)I.docx
1st Reply to Discussion, Project Management (Minimum 250 Words)I.docx1st Reply to Discussion, Project Management (Minimum 250 Words)I.docx
1st Reply to Discussion, Project Management (Minimum 250 Words)I.docxvickeryr87
 
Software process methodologies and a comparative study of various models
Software process methodologies and a comparative study of various modelsSoftware process methodologies and a comparative study of various models
Software process methodologies and a comparative study of various modelsiaemedu
 
PLA and the SC 2002-04-15
PLA and the SC 2002-04-15PLA and the SC 2002-04-15
PLA and the SC 2002-04-15Jay van Zyl
 

Ähnlich wie Reading Summary - Agile Documentation + Continuous Integration (20)

The objectives of this chapter are to describe the different types of documen...
The objectives of this chapter are to describe the different types of documen...The objectives of this chapter are to describe the different types of documen...
The objectives of this chapter are to describe the different types of documen...
 
Governing software process improvements in globally distributed product devel...
Governing software process improvements in globally distributed product devel...Governing software process improvements in globally distributed product devel...
Governing software process improvements in globally distributed product devel...
 
Software copy
Software   copySoftware   copy
Software copy
 
Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...
Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...
Reducing Technical Debt: Using Persuasive Technology for Encouraging Software...
 
Project management document control software system
Project management document control software systemProject management document control software system
Project management document control software system
 
Vol 1 issue 2 june 2015
Vol 1 issue 2 june 2015Vol 1 issue 2 june 2015
Vol 1 issue 2 june 2015
 
DevOps
DevOps DevOps
DevOps
 
Print report
Print reportPrint report
Print report
 
Governance of agile SW projects · White Paper
Governance of agile SW projects · White PaperGovernance of agile SW projects · White Paper
Governance of agile SW projects · White Paper
 
3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...
3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...
3784_Streamlining_the_development_process_with_feature_flighting_and_Azure_cl...
 
Building Security in Using CI
Building Security in Using CIBuilding Security in Using CI
Building Security in Using CI
 
Ignou MCA 6th Semester Synopsis
Ignou MCA 6th Semester SynopsisIgnou MCA 6th Semester Synopsis
Ignou MCA 6th Semester Synopsis
 
Bt0081 software engineering
Bt0081 software engineeringBt0081 software engineering
Bt0081 software engineering
 
ch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdfch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdf
 
Appendix AProof of effectiveness of some of the agile methods us.docx
Appendix AProof of effectiveness of some of the agile methods us.docxAppendix AProof of effectiveness of some of the agile methods us.docx
Appendix AProof of effectiveness of some of the agile methods us.docx
 
An Enhanced Wiki For Requirements Engineering
An Enhanced Wiki For Requirements EngineeringAn Enhanced Wiki For Requirements Engineering
An Enhanced Wiki For Requirements Engineering
 
1st Reply to Discussion, Project Management (Minimum 250 Words)I.docx
1st Reply to Discussion, Project Management (Minimum 250 Words)I.docx1st Reply to Discussion, Project Management (Minimum 250 Words)I.docx
1st Reply to Discussion, Project Management (Minimum 250 Words)I.docx
 
software engineering
software engineering software engineering
software engineering
 
Software process methodologies and a comparative study of various models
Software process methodologies and a comparative study of various modelsSoftware process methodologies and a comparative study of various models
Software process methodologies and a comparative study of various models
 
PLA and the SC 2002-04-15
PLA and the SC 2002-04-15PLA and the SC 2002-04-15
PLA and the SC 2002-04-15
 

Mehr von Artemisa Yescas Engler

Maestría en Ciencias de la Computación - Tec de Mty - Campus Guadalajara
Maestría en Ciencias de la Computación - Tec de Mty - Campus GuadalajaraMaestría en Ciencias de la Computación - Tec de Mty - Campus Guadalajara
Maestría en Ciencias de la Computación - Tec de Mty - Campus GuadalajaraArtemisa Yescas Engler
 
Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...
Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...
Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...Artemisa Yescas Engler
 
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit TestingReading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit TestingArtemisa Yescas Engler
 
Reading Summary - Business Modeling + Peer Code Review + SW Inspections
Reading Summary - Business Modeling + Peer Code Review + SW InspectionsReading Summary - Business Modeling + Peer Code Review + SW Inspections
Reading Summary - Business Modeling + Peer Code Review + SW InspectionsArtemisa Yescas Engler
 
Reading Summary - Software Requirements + Characteristics of Well Written Req...
Reading Summary - Software Requirements + Characteristics of Well Written Req...Reading Summary - Software Requirements + Characteristics of Well Written Req...
Reading Summary - Software Requirements + Characteristics of Well Written Req...Artemisa Yescas Engler
 
Reading Summary - Software Agile Development + Scrum
Reading Summary - Software Agile Development + Scrum Reading Summary - Software Agile Development + Scrum
Reading Summary - Software Agile Development + Scrum Artemisa Yescas Engler
 
Reading Summary - Teamwork + Team Structure + Configuration Management
Reading Summary - Teamwork + Team Structure + Configuration ManagementReading Summary - Teamwork + Team Structure + Configuration Management
Reading Summary - Teamwork + Team Structure + Configuration ManagementArtemisa Yescas Engler
 
Reading Summary - Team Motivation + Software Lifecycles Models
Reading Summary - Team Motivation + Software Lifecycles ModelsReading Summary - Team Motivation + Software Lifecycles Models
Reading Summary - Team Motivation + Software Lifecycles ModelsArtemisa Yescas Engler
 

Mehr von Artemisa Yescas Engler (9)

Maestría en Ciencias de la Computación - Tec de Mty - Campus Guadalajara
Maestría en Ciencias de la Computación - Tec de Mty - Campus GuadalajaraMaestría en Ciencias de la Computación - Tec de Mty - Campus Guadalajara
Maestría en Ciencias de la Computación - Tec de Mty - Campus Guadalajara
 
Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...
Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...
Reading Summary - Static Analysis to find Bugs & ROI Models for Static Analys...
 
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit TestingReading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
Reading Summary - Effective Software Defect Tracking + Pragmatic Unit Testing
 
Reading Summary - Business Modeling + Peer Code Review + SW Inspections
Reading Summary - Business Modeling + Peer Code Review + SW InspectionsReading Summary - Business Modeling + Peer Code Review + SW Inspections
Reading Summary - Business Modeling + Peer Code Review + SW Inspections
 
Reading Summary - Software Requirements + Characteristics of Well Written Req...
Reading Summary - Software Requirements + Characteristics of Well Written Req...Reading Summary - Software Requirements + Characteristics of Well Written Req...
Reading Summary - Software Requirements + Characteristics of Well Written Req...
 
Reading Summary - Software Agile Development + Scrum
Reading Summary - Software Agile Development + Scrum Reading Summary - Software Agile Development + Scrum
Reading Summary - Software Agile Development + Scrum
 
Reading Summary - Teamwork + Team Structure + Configuration Management
Reading Summary - Teamwork + Team Structure + Configuration ManagementReading Summary - Teamwork + Team Structure + Configuration Management
Reading Summary - Teamwork + Team Structure + Configuration Management
 
Reading Summary - Team Motivation + Software Lifecycles Models
Reading Summary - Team Motivation + Software Lifecycles ModelsReading Summary - Team Motivation + Software Lifecycles Models
Reading Summary - Team Motivation + Software Lifecycles Models
 
About Node.js
About Node.jsAbout Node.js
About Node.js
 

Kürzlich hochgeladen

ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctBrainSell Technologies
 
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligenceRevolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligencePrecisely
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdfMuhammad Subhan
 
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptxCyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptxMasterG
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch TuesdayIvanti
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxFIDO Alliance
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxFIDO Alliance
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGDSC PJATK
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewDianaGray10
 
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfAnubhavMangla3
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTopCSSGallery
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingScyllaDB
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPTiSEO AI
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxFIDO Alliance
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024Lorenzo Miniero
 
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?Paolo Missier
 
Vector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxVector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxjbellis
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 

Kürzlich hochgeladen (20)

ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial IntelligenceRevolutionizing SAP® Processes with Automation and Artificial Intelligence
Revolutionizing SAP® Processes with Automation and Artificial Intelligence
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
 
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptxCyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
 
Vector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxVector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptx
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 

Reading Summary - Agile Documentation + Continuous Integration

  • 1. ************ [RÜPING-2003], Chapter 1 ************************************************************** Documents describe user requirements, software architectures, design decisions, source code and management issues. Documentation can contribute to the success of a project by making necessary information available to the team members. It can preserve knowledge within a team, and prevent the team from re-inventing things when team members leave and new people join. It can capture expertise gained in one project and make it available to future projects. When knowledge has been committed to paper, it cannot be lost. “Documentation in moderation, aids communication, enhances knowledge transfer, preserves historical information, and fulfils governmental and legal requirements.” –Highsmith Light-but-sufficient approach is favorable because:  Such approach prevents the project team form expending unnecessary large effort on documentation  Light-but-sufficient documentation is more accessible, and therefore more useful, for a team than voluminous documentation “Quality is more important than quantity in project documentation.” / “Documentation is a means, not an end.” A pattern in this sense is essentially a well-proven problem-solution pair, presented in a structured form. Users can look up patterns for their particular problems, apply the solutions, and thereby draw on the general expertise available. A good pattern describes the forces that are associated with a problem, those issues that influence or constrain possible solutions. A pattern offers the rationale behind the solution. Contrast of the Role of Documentation with Face-to-Face Communication
  • 2. Roadmap diagram of Patterns: it sketches the patterns and relationships that hold between them. Target Readers: To ensure that the documents that the project team produce will be appreciated, each document must have a target leadership, and must address these readers in order to prove useful. Focused Information: Documents can be prevented from meandering and getting nowhere by having a clear and identifiable focus on a particular topic, making it concise and straightforward. Individual Documentation Requirements: Unnecessary documentation requirements can be avoided by defining documentation requirements individually. Documentation Portfolio: Teams can reuse the knowledge about which documents might be required in their projects by using a documentation portfolio that describes which documents might be necessary in software project, and their scope. In an organization sets up such a portfolio, projects can choose those documents they need, checking the necessity of each candidate document individually. [Management, Specification, Design, Migration, Test, Usage, Operations] Focus on Long-Term Relevance: Projects can avoid producing documentation that expires too soon by making documentation that focuses on issues with a long-term relevance, issues that will play a role in a later project phase or in future projects. Specification as a Joint Effort: Development projects can ensure that they head in the direction the customer wants by doing specification based on the requirement analysis done jointly by the project team and the customer. Design Rationale: Team can make sure that the foundations are laid for future design changes by making design documents not restricted to describing the actual design, but also focus on the rationale behind the design and explain why the particular design was chosen.
  • 3. Big Picture: People can be introduces to a project without being confronted with a deluge of technical details by describing the ‘Big Picture’ of the architecture that underlies the system under construction. Separation of Description and Evaluation: Authors can prevent loss of credibility by clearly separation description from valuation in their documents. Realistic Examples: Abstract material can be explained in a comprehensible way if the project documents include realistic examples from the project’s context. ************ [DUVALL-2007], Chapter 1-3************************************************************* What is continuous integration? A software development practice where members of a team integrate their work frequently, usually each person integrates at least daily- leading to multiple integrations per day. Each integration is verified by an automated build to detect integration errors as quickly as possible. This approach leads to significantly reduce integration problems and allows a team to develop a cohesive software more rapidly. Rapid Feedback: Continuous integration increases opportunities for feedback. Through it, we learn the state of the project several times a day. CI can be used to reduce the time between when a defect is introduces and when it is fixed, thus improving overall software quality. CI works well with practices like refactoring and test-driven development, because these practices are centered on the notion making small changes. What is a Build? It is a compile that may consist of the compilation, testing, inspection, and deployment. A build acts as the process for putting source code together and verifying that the software works as a cohesive unit. ‘Find problems earlier by building often.’ The purpose of Version Control Repository is to manage changes to source code and other software assets (such as documentation) using a controlled access repository. A CI server runs an integration build whenever a change is committed to the version control repository. The CI server will retrieve the source files and run a build script or scripts. The Build Script is a single report, or set of scripts, you use to compile, test, inspect, and deploy software. It can be used without implementing a CI system. One of the key purposes of CI is produce feedback on an integration build. Integration build machine is a separate machine whose sole responsibility is to integrate software. It hosts the CI server, and the CI server polls the version control repository.
  • 4. Four features required for CI: 1. A connection to a version control repository 2. A build script 3. Some sort of feedback mechanism (such as e-mail) 4. A process for integrating the source code changes (manual or CI server) Compilation involves creating executable code from your human-readable source. By using CI system, the integration of the database can be ensured through a version control repository. The database source code—Data definition language scripts, Data manipulation language scripts, stores procedure definitions, partitioning, and so on—in the same manner as any other source code in the system. Different categories of tests run from a CI system to speed up the builds. These categories may include unit, component, system, load/performance, security, and others. Automated code inspections (static & dynamic analysis) can be used to enhance the quality of the software by enforcing rules. Continuous deployment enables delivering working, deployable software at any point in time. Meaning a key purpose of a CI system is to generate the bundled software artifacts with the latest code changes and make it available to a testing environment. Concise code with well-chosen class, variable, and method names (for instance) is the best documentation. Ci system can use tools to generate class diagrams and other information, all based on the committed source code in the version control repository.