Giter Site home page Giter Site logo

pv168's Introduction

PV168

Examples for PV168 course

pv168's People

Contributors

martin-kuba avatar petradamek avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pv168's Issues

File reading best practices

Maju niaku vyhodu input streamy oproti naledujucemu pristupu na citanie suboru?

Path path = Paths.get(url.getPath());
return new ArrayList<>(
          Arrays.asList(String
                    .join("", Files.readAllLines(path))
                    .split(";"))
);

Confusing comment code.

There is, I suppose, incomplete comment piece in
PV168/GraveManager-Backend/src/test/java/cz/muni/fi/pv168/gravemanager/backend/BodyManagerImplTest
on line 103, 104.

// Body body = new BodyBuilder().name("Joe").gender(Gender.MALE) .born(1962,OCTOBER,21).died(2011,NOVEMBER,8);
Shouldn't there be .build(); at the end? Like this:
// Body body = new BodyBuilder().name("Joe").gender(Gender.MALE) .born(1962,OCTOBER,21).died(2011,NOVEMBER,8).build();

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.