Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
058fb310
Commit
058fb310
authored
9 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
New appendix containing examination related hints
parent
4d10e6c5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/Sd1/appendix.xml
+48
-13
48 additions, 13 deletions
Doc/Sd1/appendix.xml
Doc/lectures.xml
+2
-1
2 additions, 1 deletion
Doc/lectures.xml
with
50 additions
and
14 deletions
Doc/Sd1/
extraExercise
.xml
→
Doc/Sd1/
appendix
.xml
+
48
−
13
View file @
058fb310
<?xml version="1.0" encoding="UTF-8"?>
<chapter
version=
"5.0"
xml:id=
"sd1ExtraExercise"
xmlns=
"http://docbook.org/ns/docbook"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:xi=
"http://www.w3.org/2001/XInclude"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns:m=
"http://www.w3.org/1998/Math/MathML"
xmlns:html=
"http://www.w3.org/1999/xhtml"
xmlns:db=
"http://docbook.org/ns/docbook"
>
<title>
Supplementary exercises
</title>
<section
xml:id=
"sd1ExternalExercises"
>
<title>
Recommended exercises
</title>
<appendix
version=
"5.0"
xmlns=
"http://docbook.org/ns/docbook"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:xi=
"http://www.w3.org/2001/XInclude"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns:m=
"http://www.w3.org/1998/Math/MathML"
xmlns:html=
"http://www.w3.org/1999/xhtml"
xmlns:db=
"http://docbook.org/ns/docbook"
>
<title
xml:id=
"sd1Appendix"
>
Appendix
</title>
<section
xml:id=
"sd1ExaminationHints"
>
<title>
Examination hints
</title>
<para>
Some programming tasks come with
<xref
linkend=
"glo_Junit"
/>
tests.
Your personal score will depend on the number of successfully executing
tests possibly weighted with factors modelling an individual test's
significance.
</para>
<para>
That said you should have a focus on completing units of work rather
than
<quote>
nearly
</quote>
finishing a large number of tasks.
</para>
<caution>
<para>
Unit testing is quite relentless. It is different from high school
where a wrong sign at the end of a calculation does not matter too much
with respect to marking.
</para>
</caution>
<para>
You should
<emphasis>
actively
</emphasis>
train debugging programs:
Watching a test fail is not so bad if you know how to
<emphasis>
systematically
</emphasis>
fix bugs. Several options are on
offer:
</para>
<orderedlist>
<listitem>
<para>
Use a debugger, typically the one provided by Eclipse. More
specifically train debugging
<xref
linkend=
"glo_Junit"
/>
test cases
individually to address failing tests one by one.
</para>
</listitem>
<listitem>
<para>
Insert log statements into your implementation as being provided
by log4j.
</para>
</listitem>
</orderedlist>
</section>
<section
xml:id=
"sd1ExternalSupplementaryExercises"
>
<title>
Recommended external exercises
</title>
<glosslist>
<glossentry>
...
...
@@ -99,4 +134,4 @@
</glossentry>
</glosslist>
</section>
</
chapter
>
</
appendix
>
This diff is collapsed.
Click to expand it.
Doc/lectures.xml
+
2
−
1
View file @
058fb310
...
...
@@ -54,7 +54,7 @@
<xi:include
href=
"Sd1/collections.xml"
xpointer=
"element(/1)"
/>
<xi:include
href=
"Sd1/
extraExercise
.xml"
xpointer=
"element(/1)"
/>
<xi:include
href=
"Sd1/
appendix
.xml"
xpointer=
"element(/1)"
/>
</part>
<part
xml:id=
"sda1"
>
...
...
@@ -107,6 +107,7 @@
<xi:include
href=
"Sdi/apache.xml"
xpointer=
"element(/1)"
/>
<xi:include
href=
"Sdi/samba.xml"
xpointer=
"element(/1)"
/>
<xi:include
href=
"Sdi/surveillance.xml"
xpointer=
"element(/1)"
/>
</part>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment