Code Monkey home page Code Monkey logo

dmst-applied-software-engineering's People

Contributors

katerinadimatou avatar zkotti avatar

Watchers

 avatar

dmst-applied-software-engineering's Issues

Unhandled exception in ArithmeticOperations class

The purpose of unit testing is to test your code for faults and unexpected behavior, and then correct and improve your code based on the unit testing results.

Please have a look again at the multiply method to find a particular case that has escaped you, and amend it with the appropriate code modifications and unit tests.

Unresolved merge conflicts

Please resolve your merge conflicts as suggested in Pull Request #1. We never make pull requests without amending our conflicts.

Missing or Improper use of Maven project names

Your Maven project (and each module) should include a <name> and a <description> element in their POM.

Use meaningful names and descriptions for Maven projects and directories in your repository.
Avoid using "parent" and "child" or "module". They should reflect the functionality of the project/module.
Consider that the parent project will contain all future assignments.

Redundant parent directory

There is no reason to have a top directory for the parent Maven project since the packaging is set to pom and, thus, this code will not be compiled and packaged.

Please remove this directory.

Incomplete README file

Be as detailed as possible. Please complete:

  • the purpose of this repository,
  • technologies and tools used and required to build the project,
  • how to build and run the project.

Untested normal/border/zero/exception cases

You have not tested all normal/border/zero/exception cases of methods. Please enrich your unit tests. The code coverage reports should guide you as well.

Also please make sure you test printed messages as well.

Invalid type of histogram

Grades of axis-x should be placed in the center of the bars. What you currently depict is that grade 0.5 has 16 counts, grade 1.5 has 17, etc.

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.