🏡 index : ~doyle/blockbuster.git

author Jordan Doyle <jordan.doyle@outlook.com> 2015-04-13 0:34:35.0 +00:00:00
committer Jordan Doyle <jordan.doyle@outlook.com> 2015-04-13 0:34:35.0 +00:00:00
commit
4669c29af9533344224ea25a9839606c1a8137de [patch]
tree
389b5dce331a52e384ace592733af07c02304395
parent
2eb0bdbf0162d683910ef39535c8e2d014591a83
parent
af31be316bb3ffb6f58c2d2103ffe2a24618e1fd
download
4669c29af9533344224ea25a9839606c1a8137de.tar.gz

Merge branch 'master' of github.com:JordanDoyle/blockbuster



Diff

 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6a7a17f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
# blockbuster
My interpretation of steps 1 to 6 of part 3 of [University of Salford's Java Project]https://drive.google.com/file/d/0B1SXk11s15KuQkRfa2NJcmxyN00/view?usp=sharing.

To aid with quick and easy expandability of this application in the upcoming parts, the application parses the `data is` line provided by the professor and uses [reflection]http://en.wikipedia.org/wiki/Reflection_%28computer_programming%29#Java to set and get the values of each `LibraryItem` instance based on the values from the `data is` line which means there is no need the hardcode where each value is positioned in the data file, again, allowing easy portability.

Each part of this application has been documented to show what each part is doing for amateur developers.