I often saw word 'plumbing' in the technical related book and never really know what does it mean. Today, it seems that I found the answer myself.
source: http://mindprod.com/jgloss/plumbing.html
plumbing
The technical term for the code that manages data structures, persistence, inter-computer communications, database access etc. — all the technical details that are very necessary for an application to work, but are not application specific.
source: http://mindprod.com/jgloss/plumbing.html
By analogy, just as plumbing and electrical wiring is normally hidden from view behind the walls of a house, so ideally should such plumbing be hidden away in library classes so it does not clutter up application-specific code.
Comments
Post a Comment