diff --git a/formatting.png b/formatting.png new file mode 100644 index 0000000..5b9bee1 Binary files /dev/null and b/formatting.png differ diff --git a/slides.tex b/slides.tex index 4097f4f..5776286 100644 --- a/slides.tex +++ b/slides.tex @@ -2,12 +2,12 @@ % pdfpc slides.pdf --notes=right % comment out to disable notes -%\setbeameroption{show notes on second screen=right} +\setbeameroption{show notes on second screen=right} \usetheme{metropolis} \usepackage{outlines} - +\usepackage{graphicx} \usepackage{minted} \setminted{fontsize=\footnotesize,samepage=true} %\usepackage{xcolor} @@ -250,6 +250,18 @@ IntersectionBitSet intersections = \end{frame} \note{\dots not very readable} +\begin{frame}{Naming conventions and formatting} +The project currently uses \texttt{camelCase}, \texttt{snake\_case}, sometimes with \texttt{m\_variablePrefixes} for member variables. + +The solution? \texttt{clang-format} + +\dots however, what formatting should be used? +\begin{figure} + \includegraphics[width=\linewidth]{formatting.png} +\end{figure} +\end{frame} +\note{transistion to project management} + %code example \begin{frame}[fragile]{Hello, World!} \begin{minted}[linenos,autogobble]{c}