diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-01-17 23:12:10 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-01-17 23:12:10 +0200 |
commit | 4afc019229ba09e531a68bd669fc8e5ba99e98e3 (patch) | |
tree | c2dab18690d718c7529020c9ccec3d1235816f4c | |
parent | 5ce5f9e4eb4dd0830f7702e0597393813fad777c (diff) | |
download | epq-web-4afc019229ba09e531a68bd669fc8e5ba99e98e3.tar.gz epq-web-4afc019229ba09e531a68bd669fc8e5ba99e98e3.tar.bz2 epq-web-4afc019229ba09e531a68bd669fc8e5ba99e98e3.zip |
Added Cited Works document to keep track of things used during the project
-rw-r--r-- | CITES.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CITES.md b/CITES.md new file mode 100644 index 0000000..0680428 --- /dev/null +++ b/CITES.md @@ -0,0 +1,13 @@ +# Citations for purposes of Secondary Literature Review for EPQ + +## Technical documentation + +1. Placeholder for StompJS documentation +2. Placeholder for ReactJS documentation +3. Placeholder for relevant StackOverflow answers to issues encountered during the EPQ project +4. Placeholder for TypeScript definitions and relevance +5. Placeholder for Design Patterns book on object-oriented design -- for API + +## Safe coding theory + +1. Placeholder for SAFECode secure code specifications |