|
Source based programing environments hold the definition of a
system in a set of source files which act as both an editable and
storage representation of the system definition. These sources are then
transformed to an executable representation that actually runs. Source
based code is the most familiar form around today in contrast to in
contrast to RepositoryBasedCode (where I discuss the two in
more detail).
|