Skip to content
Snippets Groups Projects
Commit 05846b9c authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix guidelines

parent 55ce0288
No related branches found
No related tags found
1 merge request!72Resolve "Read & fix report"
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
\begin{itemize} \begin{itemize}
\item Each sentence must be on a new line. \item Each sentence must be on a new line.
\item Each line must be 158 columns or less, excluded is text in itemize, enumerate, lstlistings, command definitions and environment definitions.
\item The content belonging to the title must be one intendation more than the title itself. \item The content belonging to the title must be one intendation more than the title itself.
\item For intendation, spaces are used, not tabs. \item For intendation, spaces are used, not tabs.
\item One intendation is 4 spaces. \item One intendation is 4 spaces.
...@@ -31,14 +30,14 @@ ...@@ -31,14 +30,14 @@
\paragraph{ESLint} \paragraph{ESLint}
The de-facto standart Linter for JavaScript code is ESLint. The de-facto standart Linter for JavaScript code is ESLint.
It is already used in SmartEating project. It is already used in Smart Eating project.
\subsubsection{C\#} \subsubsection{C\#}
The C\# code must comply with the The C\# code must comply with the
\href{https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions}{common C\# code conventions}. \href{https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions}{common C\# code conventions}.
However, if there are deviations in the already used coding guidelines, they will be documented here. However, if there are deviations in the already used coding guidelines, they will be documented here.
\paragraph{Resharper} \paragraph{ReSharper}
ReSharper is a well-known productivity extension, integrated into JetBrains Rider. ReSharper is a well-known productivity extension, integrated into JetBrains Rider.
It provides various features like quick fixes and code refactoring following defined coding conventions. It provides various features like quick fixes and code refactoring following defined coding conventions.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment