Re: Object-relational impedence
From: Robert Martin <unclebob_at_objectmentor.com>
Date: Sat, 8 Mar 2008 20:20:15 -0600
Message-ID: <2008030820201584492-unclebob@objectmentorcom>
Date: Sat, 8 Mar 2008 20:20:15 -0600
Message-ID: <2008030820201584492-unclebob@objectmentorcom>
On 2008-03-06 06:37:19 -0600, JOG <jog_at_cs.nott.ac.uk> said:
> Using nonsense words like 'subscope' doesn't do conversation any
> favours Robert.
A sub scope is a scope that lives within another scope. The simplest example is the following C code.
{ // parent scope
int i;
int j;
{ // sub scope
int i;
}
}
-- Robert C. Martin (Uncle Bob) | email: unclebob_at_objectmentor.com Object Mentor Inc. | blog: www.butunclebob.com The Agile Transition Experts | web: www.objectmentor.com 800-338-6716 |Received on Sat Mar 08 2008 - 20:20:15 CST
