Jump to content

Source Code in Database

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 86.176.242.250 (talk) at 21:12, 22 February 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Source Code in Database (SCID) is a technique of code manipulation where the code is parsed and stored in a database. This allows many productivity-enhancing shortcuts[clarification needed] which were otherwise not possible.

A drawback of SCID systems is that code with syntax errors or other code that cannot be parsed[clarification needed], cannot be imported into an SCID system directly. One workaround for this is to comment out code that doesn't parse correctly.

visual programming tools may store programs as databases, since specialized structure editor are required to edit visual code.

Example

IBM VisualAge Java is an example of an integrated development environment implementing SCID features.

See also


Some examples or discussions of this include:

  1. http://www.c2.com/cgi/wiki?SourceCodeInDatabase
  2. http://mindprod.com/project/scid.html
  3. http://martinfowler.com/bliki/ProjectionalEditing.html

Also, Eric & Mike Hewitt from PrecisionSoftware were working on a SCID in C# in 2014