CS7140 Given Project
This is the landing page for CS7140 Project.
Given Project for Fall 2020: DITAA (DIagrams Through Ascii Art) is a small command-line utility written in Java, that can convert diagrams drawn using ascii art into proper graphics.
- The project is to enhance the "Given Project" in the following ways: (i) generate the software engineering life-cycle douments, (ii) document the code via assertions, (iii) use Java 8+ features, (iv) refactor for ease of understanding, (v) describe its architecture.
- Repository of the Original: https://github.com/stathissideris/ditaa Last update of the repo 2018
- sloccount
9742 ditaa java=7845,xml=1733,jsp=164 758 ditaa-eps java=718,xml=40
- CS7140 Project: Overview of Details of docs common across semesters.
- CS7140 Project: DITAA Requirements Hints The notes of 2018-05-24 are updated. Check the due date for the Requirements.
- CS7140 Project: DITAA Spec Hints#1 2018-05-31 To Be Updated
- CS7140 Project: DITAA Grammar based Specs 2018-06-18 To Be Updated
- CS7140 Project: DITAA Testing 2018-07-05 To Be Updated