Clean Code Summary: Agile Software Craftmanship Guidelines - Developer Deconstructed by Todd McGrath

Clean Code Summary: Agile Software Craftmanship Guidelines - Developer Deconstructed by Todd McGrath

Author:Todd McGrath [McGrath, Todd]
Language: eng
Format: azw3
Tags: Computers & Technology
Publisher: supergloo, inc.
Published: 2016-01-05T16:00:00+00:00


Team Rules

Teams should agree on formatting rules.

Objects and Data Structures Chapter 6

Data Abstraction

Hiding implementation is about abstractions and not just a matter of putting a layer of functions between the variables. Abstractions through layers allows the manipulation of the essence of data rather than requiring to know and expose the implementation.

Data/Object Anti-Symmetry

The distinction, or anti-symmetry between objects and data structures such as data transfer objects (DTOs): objects hide their data behind abstractions and expose functions to operate on their data while data structures expose their data for convenience and contain no meaningful functions. Avoid mixing these two constructs together into a structure called a Hybrid.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.