Skip to content

Latest commit

 

History

History
149 lines (97 loc) · 7.26 KB

README_EN.md

File metadata and controls

149 lines (97 loc) · 7.26 KB

header

1st Evaluation

UD01: Developing Software

Content

Video UD01

Activities

  • UD01_Vocabulary
  • UD01_Exercises_01: From the UD01_ejercicios_EN.pdf document do the next:
    • 1. Exercises: 1, 2
    • 2. Activities : 3.1 Introduction
  • UD01_Exercises_02: From the UD01_ejercicios_EN.pdf document do the next: Comic point.
  • UD01_Exercises_03: From the UD01_ejercicios_EN.pdf document point 1.Excercises do from 3 to 9 points.
  • UD01_Presentation: Select one of the Agile Developing (Kanban, SCRUM, XP) and confirm your selection with your teacher. Do a presentation (in english) about that agile technique in "Pecha Kucha" format. Attach your presentation in pdf format. Some of this presentations will be presented to your class.

UD02: Installing and using development environments

Content

Video UD02

Resources

Activities

  • UD02_Vocabulary

  • UD02_Exercises_01: From the UD02_ejercicios_EN.pdf document do the next:

    • 2. Integrated development environments: 1, 2, 3, 4 and 5.
  • UD02_Exercises_02: From the UD02_ejercicios_EN.pdf document do 1.2. Development tools point 1 and complete a table like this:

    language compiled/interpreted name of compiler/interpreter Notes
    Name of the language specify if you need compilation or interpretation? indicate the name of the compiler or interpreter used in GNU/Linux. Your personal thoughts about that language and it's process to obtain "Hello World"
    ... ... ... ...

2nd Evaluation

UD03: Refactoring and version control tools

Content

Video UD03

Resources

Activities

UD04: Designing tests and testing

Content

Video UD04

Activities

  • UD04_Vocabulary

  • UD04_JUnit_1: Activity 1 from UD04_ejercicios_EN.pdf

  • UD04_JUnit_2: Activity 2 from UD04_ejercicios_EN.pdf

  • UD04_JUnit_3: From the exercise 1.1. Package: UD05._1.gestionEmpleados from unit UD05 of PRG (Code Development), remove TestEmpleado and TestEmpresa classes and replace with JUnit tests for each of the methods.

    Include the 2 classes and the tests in one single independent project (with comments for every test) and send the NetBeans project compressed in ZIP format.

    WARNING!: It's not necessary to do the test for toString method from Empresa class. To test despedir and contratar methods you can add a getter to the number of employees from the Empresa.

3rd Evaluation

UD05: UML Language

Content

Class diagram

Use Case diagram

Activities

UD06: Code documentation

Content

Video UD06

Activities

Summary Exercise

As a final project we will mix all the knowledge that we get through the year and put it all together in this final exercise: Summary Exercise