RDBMS to store all sources, libraries
by javier (modified: 2015 Jul 20)
Pro's:
- Easy queriable
- Much more appropriate to use a database to store relations (dependencies) between objects.
- Easier for using a shared repository amongst multiple users
Cons:
- Sophisticated collaboration tools already exist for sharing project source e.g. SVN, CVS
More Info:
Would be a smart idea implementing this in a similar way as IP (Intentional Programming) does (storing source files as Abstract Syntax Tree, representable in different representations, and using a smart versioning system).
Resolution
Support Site Status