-
Notifications
You must be signed in to change notification settings - Fork 10
/
quinton2018.html
37 lines (21 loc) · 1.02 KB
/
quinton2018.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
layout: default
title: Repository of teaching material for product line and variability
---
{% capture markdownize %}
## Context
As part of their second year of Master's course at University of Lille,
students in software engineering get an insight into software product line engineering and variability management techniques.
Instructor: Clément Quinton
## Location of the material
[Lille 2018
directory](https://github.com/FAMILIAR-project/teaching/tree/gh-pages/resources/Lille2018)
## Description of the material
A set of slides and exercices used for courses.
## Description of the course
More details can be found here https://dl.acm.org/citation.cfm?doid=3236405.3237203
"This paper describes my own experience in teaching these two concepts,
spread over two classes of three hours each mixing lecture and lab sessions.
It also reports on my impressions and on feedback provided by the students who were asked to answer a short questionary after the course."
{% endcapture %}
{{ markdownize | markdownify }}