99b8eac65465fc2a151d91e93f3b852d85e489d9
[rsss1516.git] / shorts2 / maintainable.tex
1 \documentclass{article}
2
3 \usepackage{a4wide} % For better page usage
4 \usepackage{hyperref}
5
6 \hypersetup{%
7 pdfauthor={Mart Lubbers},
8 pdfsubject={Short review},
9 pdfcreator={Mart Lubbers},
10 pdfproducer={Mart Lubbers},
11 hidelinks
12 }
13
14 \author{Mart Lubbers (s4109503)}
15 \title{Maintainable Software Architecture with Monads, Algebras, and
16 Categories}
17 \date{2016{--}05{-}25}
18
19 \begin{document}
20 \maketitle
21 \subsubsection*{Summary \& Evidence}
22 %Summary (as briefly as you can - two or three sentences)
23 The author describes the experiences and design of a software architecture used
24 on a university implemented in Haskell. The paper describes the libraries used,
25 the monadic structure, algebras and categories in order of appearance. By using
26 the latest techniques the maintainability is kept very high.
27
28 %Evidence (what evidence is offered to support the claims?)
29
30
31 \subsubsection*{Strengths \& Weaknesses}
32 %Strength (what positive basis is there for publishing/reading it?)
33
34 %Weaknesses
35
36 \subsubsection*{Evaluation}
37 %Evaluation (if you were running the conference/journal where it was published,
38 %would you recommend acceptance?)
39
40 %Comments on quality of writing
41
42 \subsubsection*{Discussion}
43 %Queries for discussion
44 \begin{itemize}
45 \item Although the paper is very short there should be less unnecessary
46 implementation.
47 \item
48 \end{itemize}
49
50 \end{document}