Git Product home page Git Product logo

seip's People

Contributors

antonisgkortzis avatar mlazana avatar

Watchers

 avatar

seip's Issues

Issues in Class diagram

  1. Naming inconsistencies between your Class diagram and your code
  2. The JavaCodeAnalyzer does not own a Utilities instance and thus, the diamond is not correct. A simple dependency is required instead
  3. If you want to use the "Factory" word in your factory class then use it as a suffix and not a prefix. Like AnalyzerFactory.
  4. The Factory should also "know" the implementations of the Analyzer interface.

Informal POM details

  1. Please replace the names in both POMs with more appropriate.
    Parent POM should represent the SEiP level concept while the module should be assignment oriented.

Unecessary code duplication in tests

https://github.com/mlazana/dmst-Java-course-assignments/blob/3e3e5907e4c222344a44d841dbc6ca7989679dbd/unittesting/src/test/java/operations/ArrayOperationsTest.java#L51

You can avoid duplicating the following lines in all tests

// Mock the FileIO dependency
FileIO fileio = mock(FileIO.class);
// Mock the IntegerOperations dependency
IntegerOperations io = mock(IntegerOperations.class);

ArrayOperations ao = new ArrayOperations(fileio, io);

You can declare and initialize them in the class and use them in all your methods.

Missing README information

  1. Please add a more detailed description about building the project like mvn package etc.
  2. How to run the application
  3. Also add the tools that you used to create this project like:
    Maven - version and Java - version 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.