Modular programming with PHP 7 :: utilize the power of modular programming to improve code readability, maintainability, and testability /
Utilize the power of modular programming to improve code readability, maintainability, and testability About This Book This book demonstrates code reusability and distributed development to get high speed, maintainable, and fast applications It illustrates the development of a complete modular appli...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
[2016].
|
Ausgabe: | 1. |
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Utilize the power of modular programming to improve code readability, maintainability, and testability About This Book This book demonstrates code reusability and distributed development to get high speed, maintainable, and fast applications It illustrates the development of a complete modular application developed using PHP7 in detail This book provides a high-level overview of the Symfony framework, a set of tools and a development methodology that are needed to build a modular web shop application Who This Book Is For This step-by-step guide is divided into two sections. The first section explores all the fundamentals of modular design technique with respect to PHP 7. The latter section demonstrates the practical development of individual modules of a web shop application. What You Will Learn Discover the new features of PHP 7 that are relevant to modular application development Write manageable code based on the GoF design patterns and SOLID principles Define the application requirements of a working modular application Explore the ins and outs of the Symfony framework Build a set of modules based on the Symfony framework that comprise a simple web shop app Use core modules to set the structure and dependencies for other modules to use Set up entities that are relevant to the module functionality and see how to manage these entities In Detail Modular design techniques help you build readable, manageable, reusable, and more efficient codes. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. With this book, you will gain a deep insight into the modular programming paradigm and how to achieve modularity in your PHP code. We start with a brief introduction to the new features of PHP 7, some of which open a door to new concepts used in modular development. With design patterns being at the heart of all modular PHP code, you will learn about the GoF design patterns and how to apply them. You will see how to write code that is easy to maintain and extend over time with the help of the SOLID design principles. Throughout the rest of the book, you will build different working modules of a modern web shop application using the Symfony framework, which will give you a deep understanding of modular application development using PHP 7. Style and approach This book is for intermediate-level PHP developers with little to no knowledge of modular programming who want to understand design patterns... |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource. |
ISBN: | 1786461463 9781786461469 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn958454678 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m d | ||
007 | cr |n||||||||| | ||
008 | 160916t20162016enk o 001 0 eng d | ||
040 | |a IDEBK |b eng |e rda |c IDEBK |d YDX |d N$T |d UMI |d OCLCF |d TOH |d STF |d DEBBG |d IDEBK |d OCLCQ |d COO |d VT2 |d UOK |d CEF |d KSU |d UKMGB |d WYU |d UAB |d G3B |d IGB |d QGK |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ |d TMA |d OCLCQ | ||
015 | |a GBB6G6135 |2 bnb | ||
016 | 7 | |a 018073184 |2 Uk | |
019 | |a 958864239 |a 959426675 |a 959736318 |a 961859514 |a 962775057 |a 1259099622 | ||
020 | |a 1786461463 |q (electronic bk.) | ||
020 | |a 9781786461469 |q (electronic bk.) | ||
020 | |z 1786462958 | ||
020 | |z 9781786462954 | ||
035 | |a (OCoLC)958454678 |z (OCoLC)958864239 |z (OCoLC)959426675 |z (OCoLC)959736318 |z (OCoLC)961859514 |z (OCoLC)962775057 |z (OCoLC)1259099622 | ||
037 | |a 954271 |b MIL | ||
050 | 4 | |a QA76.73.P224 | |
072 | 7 | |a COM |x 051010 |2 bisacsh | |
082 | 7 | |a 005.2/762 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Ajzele, Branko, |e author. | |
245 | 1 | 0 | |a Modular programming with PHP 7 : |b utilize the power of modular programming to improve code readability, maintainability, and testability / |c Branko Ajzele. |
250 | |a 1. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c [2016]. | |
264 | 4 | |c ©2016 | |
300 | |a 1 online resource. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
500 | |a Includes index. | ||
588 | |a Description based on print version record. | ||
520 | |a Utilize the power of modular programming to improve code readability, maintainability, and testability About This Book This book demonstrates code reusability and distributed development to get high speed, maintainable, and fast applications It illustrates the development of a complete modular application developed using PHP7 in detail This book provides a high-level overview of the Symfony framework, a set of tools and a development methodology that are needed to build a modular web shop application Who This Book Is For This step-by-step guide is divided into two sections. The first section explores all the fundamentals of modular design technique with respect to PHP 7. The latter section demonstrates the practical development of individual modules of a web shop application. What You Will Learn Discover the new features of PHP 7 that are relevant to modular application development Write manageable code based on the GoF design patterns and SOLID principles Define the application requirements of a working modular application Explore the ins and outs of the Symfony framework Build a set of modules based on the Symfony framework that comprise a simple web shop app Use core modules to set the structure and dependencies for other modules to use Set up entities that are relevant to the module functionality and see how to manage these entities In Detail Modular design techniques help you build readable, manageable, reusable, and more efficient codes. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. With this book, you will gain a deep insight into the modular programming paradigm and how to achieve modularity in your PHP code. We start with a brief introduction to the new features of PHP 7, some of which open a door to new concepts used in modular development. With design patterns being at the heart of all modular PHP code, you will learn about the GoF design patterns and how to apply them. You will see how to write code that is easy to maintain and extend over time with the help of the SOLID design principles. Throughout the rest of the book, you will build different working modules of a modern web shop application using the Symfony framework, which will give you a deep understanding of modular application development using PHP 7. Style and approach This book is for intermediate-level PHP developers with little to no knowledge of modular programming who want to understand design patterns... | ||
650 | 0 | |a PHP (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh99002710 | |
650 | 0 | |a Modular programming. |0 http://id.loc.gov/authorities/subjects/sh85086464 | |
650 | 6 | |a PHP (Langage de programmation) | |
650 | 6 | |a Programmation modulaire. | |
650 | 7 | |a COMPUTERS / Programming Languages / General. |2 bisacsh | |
650 | 7 | |a Modular programming |2 fast | |
650 | 7 | |a PHP (Computer program language) |2 fast | |
776 | 0 | 8 | |i Print version: |z 1786462958 |z 9781786462954 |w (OCoLC)949751115 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1351890 |3 Volltext |
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis34562612 | ||
938 | |a YBP Library Services |b YANK |n 13173246 | ||
938 | |a EBSCOhost |b EBSC |n 1351890 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn958454678 |
---|---|
_version_ | 1816882361582747648 |
adam_text | |
any_adam_object | |
author | Ajzele, Branko |
author_facet | Ajzele, Branko |
author_role | aut |
author_sort | Ajzele, Branko |
author_variant | b a ba |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P224 |
callnumber-search | QA76.73.P224 |
callnumber-sort | QA 276.73 P224 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)958454678 |
dewey-full | 005.2/762 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2/762 |
dewey-search | 005.2/762 |
dewey-sort | 15.2 3762 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05037cam a2200601 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn958454678</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">160916t20162016enk o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">IDEBK</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="c">IDEBK</subfield><subfield code="d">YDX</subfield><subfield code="d">N$T</subfield><subfield code="d">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">TOH</subfield><subfield code="d">STF</subfield><subfield code="d">DEBBG</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">VT2</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">UKMGB</subfield><subfield code="d">WYU</subfield><subfield code="d">UAB</subfield><subfield code="d">G3B</subfield><subfield code="d">IGB</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6G6135</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018073184</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">958864239</subfield><subfield code="a">959426675</subfield><subfield code="a">959736318</subfield><subfield code="a">961859514</subfield><subfield code="a">962775057</subfield><subfield code="a">1259099622</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1786461463</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781786461469</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1786462958</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781786462954</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)958454678</subfield><subfield code="z">(OCoLC)958864239</subfield><subfield code="z">(OCoLC)959426675</subfield><subfield code="z">(OCoLC)959736318</subfield><subfield code="z">(OCoLC)961859514</subfield><subfield code="z">(OCoLC)962775057</subfield><subfield code="z">(OCoLC)1259099622</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">954271</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.P224</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051010</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.2/762</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Ajzele, Branko,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Modular programming with PHP 7 :</subfield><subfield code="b">utilize the power of modular programming to improve code readability, maintainability, and testability /</subfield><subfield code="c">Branko Ajzele.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">[2016].</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">©2016</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on print version record.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Utilize the power of modular programming to improve code readability, maintainability, and testability About This Book This book demonstrates code reusability and distributed development to get high speed, maintainable, and fast applications It illustrates the development of a complete modular application developed using PHP7 in detail This book provides a high-level overview of the Symfony framework, a set of tools and a development methodology that are needed to build a modular web shop application Who This Book Is For This step-by-step guide is divided into two sections. The first section explores all the fundamentals of modular design technique with respect to PHP 7. The latter section demonstrates the practical development of individual modules of a web shop application. What You Will Learn Discover the new features of PHP 7 that are relevant to modular application development Write manageable code based on the GoF design patterns and SOLID principles Define the application requirements of a working modular application Explore the ins and outs of the Symfony framework Build a set of modules based on the Symfony framework that comprise a simple web shop app Use core modules to set the structure and dependencies for other modules to use Set up entities that are relevant to the module functionality and see how to manage these entities In Detail Modular design techniques help you build readable, manageable, reusable, and more efficient codes. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. With this book, you will gain a deep insight into the modular programming paradigm and how to achieve modularity in your PHP code. We start with a brief introduction to the new features of PHP 7, some of which open a door to new concepts used in modular development. With design patterns being at the heart of all modular PHP code, you will learn about the GoF design patterns and how to apply them. You will see how to write code that is easy to maintain and extend over time with the help of the SOLID design principles. Throughout the rest of the book, you will build different working modules of a modern web shop application using the Symfony framework, which will give you a deep understanding of modular application development using PHP 7. Style and approach This book is for intermediate-level PHP developers with little to no knowledge of modular programming who want to understand design patterns...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">PHP (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh99002710</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Modular programming.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85086464</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">PHP (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Programmation modulaire.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Modular programming</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">PHP (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">1786462958</subfield><subfield code="z">9781786462954</subfield><subfield code="w">(OCoLC)949751115</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1351890</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis34562612</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">13173246</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1351890</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn958454678 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:27:24Z |
institution | BVB |
isbn | 1786461463 9781786461469 |
language | English |
oclc_num | 958454678 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource. |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Ajzele, Branko, author. Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / Branko Ajzele. 1. Birmingham, UK : Packt Publishing, [2016]. ©2016 1 online resource. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Includes index. Description based on print version record. Utilize the power of modular programming to improve code readability, maintainability, and testability About This Book This book demonstrates code reusability and distributed development to get high speed, maintainable, and fast applications It illustrates the development of a complete modular application developed using PHP7 in detail This book provides a high-level overview of the Symfony framework, a set of tools and a development methodology that are needed to build a modular web shop application Who This Book Is For This step-by-step guide is divided into two sections. The first section explores all the fundamentals of modular design technique with respect to PHP 7. The latter section demonstrates the practical development of individual modules of a web shop application. What You Will Learn Discover the new features of PHP 7 that are relevant to modular application development Write manageable code based on the GoF design patterns and SOLID principles Define the application requirements of a working modular application Explore the ins and outs of the Symfony framework Build a set of modules based on the Symfony framework that comprise a simple web shop app Use core modules to set the structure and dependencies for other modules to use Set up entities that are relevant to the module functionality and see how to manage these entities In Detail Modular design techniques help you build readable, manageable, reusable, and more efficient codes. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. With this book, you will gain a deep insight into the modular programming paradigm and how to achieve modularity in your PHP code. We start with a brief introduction to the new features of PHP 7, some of which open a door to new concepts used in modular development. With design patterns being at the heart of all modular PHP code, you will learn about the GoF design patterns and how to apply them. You will see how to write code that is easy to maintain and extend over time with the help of the SOLID design principles. Throughout the rest of the book, you will build different working modules of a modern web shop application using the Symfony framework, which will give you a deep understanding of modular application development using PHP 7. Style and approach This book is for intermediate-level PHP developers with little to no knowledge of modular programming who want to understand design patterns... PHP (Computer program language) http://id.loc.gov/authorities/subjects/sh99002710 Modular programming. http://id.loc.gov/authorities/subjects/sh85086464 PHP (Langage de programmation) Programmation modulaire. COMPUTERS / Programming Languages / General. bisacsh Modular programming fast PHP (Computer program language) fast Print version: 1786462958 9781786462954 (OCoLC)949751115 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1351890 Volltext |
spellingShingle | Ajzele, Branko Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / Community experience distilled. PHP (Computer program language) http://id.loc.gov/authorities/subjects/sh99002710 Modular programming. http://id.loc.gov/authorities/subjects/sh85086464 PHP (Langage de programmation) Programmation modulaire. COMPUTERS / Programming Languages / General. bisacsh Modular programming fast PHP (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh99002710 http://id.loc.gov/authorities/subjects/sh85086464 |
title | Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / |
title_auth | Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / |
title_exact_search | Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / |
title_full | Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / Branko Ajzele. |
title_fullStr | Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / Branko Ajzele. |
title_full_unstemmed | Modular programming with PHP 7 : utilize the power of modular programming to improve code readability, maintainability, and testability / Branko Ajzele. |
title_short | Modular programming with PHP 7 : |
title_sort | modular programming with php 7 utilize the power of modular programming to improve code readability maintainability and testability |
title_sub | utilize the power of modular programming to improve code readability, maintainability, and testability / |
topic | PHP (Computer program language) http://id.loc.gov/authorities/subjects/sh99002710 Modular programming. http://id.loc.gov/authorities/subjects/sh85086464 PHP (Langage de programmation) Programmation modulaire. COMPUTERS / Programming Languages / General. bisacsh Modular programming fast PHP (Computer program language) fast |
topic_facet | PHP (Computer program language) Modular programming. PHP (Langage de programmation) Programmation modulaire. COMPUTERS / Programming Languages / General. Modular programming |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1351890 |
work_keys_str_mv | AT ajzelebranko modularprogrammingwithphp7utilizethepowerofmodularprogrammingtoimprovecodereadabilitymaintainabilityandtestability |