Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ashok Kumar, Bharath
so2021
Commits
26bea47c
Commit
26bea47c
authored
Oct 10, 2019
by
Praetorius, Simon
Browse files
Update README.md
parent
01ae9434
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
26bea47c
...
...
@@ -112,7 +112,7 @@ All programs you submit should follow basic programming rules like the following
-
Avoid constructs that have been superseded by better alternatives in the lecture
-
Declare variables and references as
`const`
where it is possible
-
Separate interface and implementation by correctly using public and private
-
Use
exceptions instead of asserts / aborts and
smart pointers instead of raw pointers once the lecture has introduced them
-
Use smart pointers instead of raw pointers once the lecture has introduced them
See
[
Google C++ Style Guide
](
http://google.github.io/styleguide/cppguide.html
)
for
more rules and guidelines on the coding style. Also, see the
...
...
Write
Preview
Supports
Markdown
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