Giter Club home page Giter Club logo

gradechecker's Introduction

GradeChecker

発展プログラミング演習、最終課題の解答
ref: https://ksuap.github.io/2018spring/lesson14

DDDで設計

手を抜いた所

  • 本来、ドメインモデルのモジュールは集約毎に作ってクラスは水平に設置するべきだが、可視性の観点や集約が1つしか存在しないことからdomain.model直下にディレクトリを分けて作っている。尚、この影響でクラスやメソッドのアクセス修飾子をpackage-privateに出来ていない。
  • テストを書いていない。

gradechecker's People

Contributors

gammaaex avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

gradechecker's Issues

リファクタリング

  • CalculatedScoreをEntityに変更

  • 不必要なValueObjectを削除

  • ドメインオブジェクトにビジネスロジックを実装

  • getterの排除

  • Serviceの再分類

  • findAllからServiceを排除

  • コメントを追加

  • コレクションにはTreeMapではなくListを利用するよう変更

  • domain.repositoryを抽象クラスからinterfaceに変更

  • アクセス修飾子の再検討

  • テストを記述

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.