ADA University | School of IT and Engineering
Instructor: Elvin Taghizade
Semester: Spring 2026
Language: Java 17+
This repository contains the source code for all lectures and lab assignments.
src/.../intro/: Introduction to course, its overview and syllabus.src/.../modules/module-xx/: Live coding examples from class.src/.../labs/: Starter code for your assignments.
- Clone this repository:
git clone https://github.com/elvintaghizade14/ada-software-design-patterns-csci4731-s26.git - Open in IntelliJ IDEA.
- Run
git pullbefore every lecture to get the latest examples.