Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
pse-tipps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPDSnelting
pse-tipps
Commits
80bb7a86
Commit
80bb7a86
authored
Jan 21, 2015
by
Andreas Zwinkau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no magic numbers
parent
88294daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tipps.tex
tipps.tex
+4
-0
No files found.
tipps.tex
View file @
80bb7a86
...
...
@@ -632,6 +632,10 @@ Ein paar Beispiel, die in vergangenen PSE Projekten auftraten:
\item
Exceptions (nicht RuntimeException) für Fehler beim Aufrufer.
Assertions für interne Konsistenzfehler
bzw. um Annahmen explizit zu machen.
\item
Keine
\href
{
https://en.wikipedia.org/wiki/Magic
_
number
_
(programming)#Unnamed
_
numerical
_
constants
}{
Magic Numbers
}
.
Explizite Zahlen im Quellcode sind entweder selbsterklärend
oder durch benannte Konstanten zu ersetzen.
Am besten immer letzteres.
\end{itemize}
\subsection
{
Inhalt der Präsentation
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment