From 4afc019229ba09e531a68bd669fc8e5ba99e98e3 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Wed, 17 Jan 2024 23:12:10 +0200 Subject: [PATCH] Added Cited Works document to keep track of things used during the project --- CITES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CITES.md 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