GithubHelp home page GithubHelp logo

java_course_labs's Introduction

java_course_labs

Labs and solutions for the java course on my personal website

How to

Import this project in your IDE. Don't care to much about the "gradle" stuff you see in the project. This is only used to enable us to use certain functions from external libraries to write our tests.

The labs consist of tests and (usualy empty) classes. The code that should contain the logic is in the 'main' directory. The code containing the tests are in the 'test' directory. The tests are used to check whether or not your solution is correct.

It is considered as a good practise to write a test before you start writing your code, so you can see if you did the right thing fast. In order to run your tests, open your test class, right click, and select "run tests". Alternatively, in IntelliJ, you can use the hotkey 'ctrl + shift + F10' to run your tests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.