Skip to content

Commit

Permalink
Add section around continuous delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
geemanjs committed May 22, 2017
1 parent 84c0f7b commit de90266
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions chapters/4-evaluation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,26 @@ \subsection{Manifesto \& Methodology}
\label{fig:agile_bicycle}}
\end{figure}

\subsubsection{Continuous delivery}
An aim of this project was to deliver products whilst they were still
undergoing active development. This has been successful. The A11Y guide, the
A11Y Tool and this very report were all produced using continuous delivery.
Although consumers may not have been using the deliverables it has been
extremely comforting to know that anything I change is tested and deployed
upon commit. Gone is the ``It worked on my machine'' and by using Github to
store the project I haven't had to worry about problems like my laptop
breaking losing internet. Fig.~\ref{fig:ghub} are the statistics for this
very report. A release in the report context is a `tag' at a point in the
github history at which a pdf has been produced.

\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{figures/ghub}
\captionsetup{justification=centering}
\caption{Repository statistics for this very report
\label{fig:ghub}}
\end{figure}

\section{Personal reflections}
On a personal level I have en emense level of proudness surrounding what I
have delivered. I have become a subject matter expert in producing
Expand Down
Binary file added figures/ghub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de90266

Please sign in to comment.