Home
Personal Information
Publications
Research Projects
Teaching
Open Positions






By Geek & Poke

Software Development II

Course Description

Βest practices for clean software development (naming, documentation, code organization, error handling), refactoring techniques (composing methods, simplifying conditional & methods, moving features, generalizations), introduction to design patterns. The course’s lab aims at training the students in the use of integrated development environments and refactoring tools that will be employed for the developments of the course's project. The lab further focuses on issues related to the different phases of the project (development phase, refactoring phase).

Learning Objectives & Expected Outcomes

The study and application of best practices, patterns and refactoring techniques that allow to avoid issues of poor software design/implementation. The main outcomes of the course is that the students will be capable to:
  • Identify issues of poor software design/implementation. 
  • Improve the quality of software that suffers from issues of poor software design/implementation by applying design patterns and refactoring techniques.

Literature and Study Material

The main textbooks for the course are:
  • OO Design: UML, principles, patterns and rules, Α. Xatzigeorgiou, ISBN 960-209-882-1
  • Program Development in Java, B. Liskov and J. Guttag, ISBN 978-960-461-063-1
  • Clean Code - A Handbook of Agile Software Craftsmanship, R. C. Martin
  • Refactoring - Improving the Design of Existing, M.Fowler
Apart from the above textbooks you can download the course's and labs lecture notes (ppt, pdf) from the following git hub repo: github.com/zarras/mye004-slides.

Project

The project is developed by groups of 2 students. The goal is to refactor a given program that has been developed by other students.
  • Deliverables - NEW !!! Deadline 23-12-2024 23.59
    • You can find all the neccessary material (requirements on what to do in this phase, source code of legacy application, deliverable template, etc.) here.
    • For the delivery of the project use the turnin program:
      • turnin deliverables@mye004 <your-project>.zip, where your-project is a zip file of your Eclipse refactored project.

Announcements

  • NEW !! The overall grades for JAN 2025 can be found here.
  • NEW !! Project grades 2025 are here.
  • The review of the project will take place via MS TEAMS on THU 9/1, FRI 10/1, and MON 13/1. The detailed schedule is HERE. You have to join the team group of the course db9yaf9 and have the project ready to run at your PC. The groups that will not be present at the review will not be graded!!
  • The overall grades for SEPT 2024 can be found here.
  • To register your project group for the project of 2024-2025 , fill this form - Deadline 27/10/2024.
  • NEW!! Join the MS Teams group db9yaf9 of the course to receive announcements and other useful comments about the lectures and the course project!!!
    • In the final exam you can bring with you an A4 cheat sheet with your personal notes.

      Useful Links