forked from angryziber/java-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
14 lines (10 loc) · 619 Bytes
/
README
File metadata and controls
14 lines (10 loc) · 619 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This repository contains code written by tutor and students during the
IAG0040 Java and OOP course by Anton Keks in Tallinn Technical University (TTÜ).
The code was moved from Subversion to Git after a server crash where svn was hosted.
Master branch contains code from the 2011. Other years have their corresponding branches.
The goal of the course is to teach:
* Java programming language & libraries
* Principles of proper software design
* Agile software development methods (esp. XP practices)
* Working on real-world software projects
Take a look at the net.azib.java.lessons packages under src/ and test/.