-
- Technical
- Organisation
- Previous Labs
Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
Aim: Make it easy for developers to get started working with JTransformer. Stories:
Description: Include an option to create projects in the user's workspace that contain standard examples. Useful samples:
Aim: Encourage users trying out the system without fear of breaking anything. If they mess up the example they can always delete the project and recreate it from the menu in its virgin state.
Priority: Medium.
(dsp:) Joshua Bloch suggests that you should put 10 times more effort into your example code than into your productive code. Errors in early Java examples have been copied and reproduced for years.
Description: There are many existing analyses based on JTransformer (dependency analysis, metric calculation, …). It would be nice to have an easy way to integrate stable libraries into the user's workspace or the installed JT version. Integration into the workspace would have the advantage of making it easy for users to browse the code of the analyses.
Aim: Get productive quickly by taking advantage of existing, tested and documented libraries. Leran from the libraries about good style, good programming practice, idioms, …
Priority: Low.