Skip to content

Xidot/software_design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick How To:

Prerequisites:

  • Install maven
  • Make sure you are using at least JDK 1.8

Then:

Use maven to compile/package/run etc:

  • Clean build and run: mvn clean package exec:java
  • Compile: mvn compile
  • Package: mvn package
  • Run: mvn exec:java

You can also use java commands to compile but why would you.

Collaborators

  • Cercel Bogdan-Petre
  • Sofia Konovalova
  • Claudia Grigoras
  • Wilkin van Roosmalen
  • Koen Nikolas van de Burg

CMD compiler

  • "javac" to compile programs
  • "java" to run [must be in the same directory as source]
  • "java main sun" for a nice easter egg :D
  • or just run the main class from the IDE

To Do

  • Assignment 1 (February 17th)

  • Assignment 2

  • Assignment 3

  • Choose a coding style to keep it consistent

Modeling tool

  • To choose a modeling tool

Meeting planning

Agenda

System

  • What system do we want to develop?
  • Simple?
  • Time estimate?
  • Feasibility?

Features

  • What Features do we want? [8,...]

Qualities

  • What Qualities doe we want? (5,...]

About

Where we can complete work together.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages