Resourceful Code Reuse
Saved in:
| Title: | Resourceful Code Reuse |
|---|---|
| Description: | Reusing well-written, well-debugged, and well-tested code improves productivity, code quality, and software configurability and relieves pressure on software developers. When you organize your code into self-contained modular units, you can use them as building blocks for your future projects and share them with other programmers, if needed. Understand the benefits and downsides of seven code reuse models so you can confidently reuse code at any development stage. Create static and dynamic libraries in C and Python, two of the most popular modern programming languages. Adapt your code for the real world: deploy shared functions remotely and build software that accesses them using remote procedure calls. Avoid the drawbacks and harness the benefits associated with seven code reuse models. Create static and dynamic libraries in C and Python, deploy shared functions remotely, and build software that makes intelligent use of remote procedure calls. In no time at all, you'll develop the confidence to reuse code at any stage of real-world development. This one-stop solution covers the complete build cycle: editing, compiling, linking, and running a ready program. Apply Linux/macOS power software development tools, such as ld, ldd, ranlib, and nm, to construct and explore state-of-the-art function libraries in C that could be linked with application-specific code either permanently or for the duration of execution. Learn why Python has modules for reuse and how they differ from C object files and libraries. Understand the risks and other negative implications of sharing and reuse. As a bonus, distill the dependencies between your project's components and automate and optimize your build process with the'make'utility. Whether you are an amateur coder or an experienced developer, become a more productive and resourceful programmer by reusing previously written code. What You Need: To compile and run the C examples mentioned in the book, you need a decent C compiler (GCC is the best, but Intel and Microsoft would probably work, too) and a set of C development tools: maker (make), linker (ld), file, strip, ldd, and ranlib. Again, the GNU development toolset works marvels; other toolsets may or may not work. All examples in the book have been tested on a Linux computer but will most likely work on macOS. For the Python examples, a Python-3.x interpreter is all you want. No third-party modules are required. |
| Authors: | Dmitry Zinoviev |
| Resource Type: | eBook. |
| Subjects: | Functional programming (Computer science), C# (Computer program language) |
| Categories: | COMPUTERS / Languages / Python, COMPUTERS / General, COMPUTERS / Programming / General, COMPUTERS / Languages / C |
| Database: | eBook Collection (EBSCOhost) |
| FullText | Links: – Type: ebook-pdf – Type: ebook-epub Text: Availability: 0 |
|---|---|
| Header | DbId: nlebk DbLabel: eBook Collection (EBSCOhost) An: 2923600 RelevancyScore: 1103 AccessLevel: 6 PubType: eBook PubTypeId: ebook PreciseRelevancyScore: 1103.19409179688 |
| IllustrationInfo | |
| ImageInfo | – Size: thumb Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$2923600$PDF&s=r – Size: medium Target: https://rps2images.ebscohost.com/rpsweb/othumb?id=NL$2923600$PDF&s=d |
| Items | – Name: Title Label: Title Group: Ti Data: Resourceful Code Reuse – Name: Abstract Label: Description Group: Ab Data: Reusing well-written, well-debugged, and well-tested code improves productivity, code quality, and software configurability and relieves pressure on software developers. When you organize your code into self-contained modular units, you can use them as building blocks for your future projects and share them with other programmers, if needed. Understand the benefits and downsides of seven code reuse models so you can confidently reuse code at any development stage. Create static and dynamic libraries in C and Python, two of the most popular modern programming languages. Adapt your code for the real world: deploy shared functions remotely and build software that accesses them using remote procedure calls. Avoid the drawbacks and harness the benefits associated with seven code reuse models. Create static and dynamic libraries in C and Python, deploy shared functions remotely, and build software that makes intelligent use of remote procedure calls. In no time at all, you'll develop the confidence to reuse code at any stage of real-world development. This one-stop solution covers the complete build cycle: editing, compiling, linking, and running a ready program. Apply Linux/macOS power software development tools, such as ld, ldd, ranlib, and nm, to construct and explore state-of-the-art function libraries in C that could be linked with application-specific code either permanently or for the duration of execution. Learn why Python has modules for reuse and how they differ from C object files and libraries. Understand the risks and other negative implications of sharing and reuse. As a bonus, distill the dependencies between your project's components and automate and optimize your build process with the'make'utility. Whether you are an amateur coder or an experienced developer, become a more productive and resourceful programmer by reusing previously written code. What You Need: To compile and run the C examples mentioned in the book, you need a decent C compiler (GCC is the best, but Intel and Microsoft would probably work, too) and a set of C development tools: maker (make), linker (ld), file, strip, ldd, and ranlib. Again, the GNU development toolset works marvels; other toolsets may or may not work. All examples in the book have been tested on a Linux computer but will most likely work on macOS. For the Python examples, a Python-3.x interpreter is all you want. No third-party modules are required. – Name: Author Label: Authors Group: Au Data: <searchLink fieldCode="AR" term="%22Dmitry+Zinoviev%22">Dmitry Zinoviev</searchLink> – Name: TypePub Label: Resource Type Group: TypPub Data: eBook. – Name: Subject Label: Subjects Group: Su Data: <searchLink fieldCode="DE" term="%22Functional+programming+%28Computer+science%29%22">Functional programming (Computer science)</searchLink><br /><searchLink fieldCode="DE" term="%22C#+%28Computer+program+language%29%22">C# (Computer program language)</searchLink> – Name: SubjectBISAC Label: Categories Group: Su Data: <searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Languages+%2F+Python%22">COMPUTERS / Languages / Python</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+General%22">COMPUTERS / General</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Programming+%2F+General%22">COMPUTERS / Programming / General</searchLink><br /><searchLink fieldCode="ZK" term="%22COMPUTERS+%2F+Languages+%2F+C%22">COMPUTERS / Languages / C</searchLink> |
| PLink | https://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=nlebk&AN=2923600 |
| RecordInfo | BibRecord: BibEntity: Classifications: – Code: 005.1313 Scheme: ddc Type: prePub Languages: – Code: eng Text: English Subjects: – SubjectFull: Functional programming (Computer science) Type: general – SubjectFull: C# (Computer program language) Type: general Titles: – TitleFull: Resourceful Code Reuse Type: main BibRelationships: HasContributorRelationships: – PersonEntity: Name: NameFull: Dmitry Zinoviev – PersonEntity: Name: NameFull: Dmitry Zinoviev IsPartOfRelationships: – BibEntity: Dates: – D: 01 M: 01 Type: published Y: 2021 – D: 10 M: 06 Type: profile Y: 2021 Identifiers: – Type: isbn-print Value: 9781680508208 – Type: isbn-electronic Value: 9781680508444 Titles: – TitleFull: Resourceful Code Reuse Type: main |
| ResultId | 1 |