GithubHelp home page GithubHelp logo

gnosly / fluent-sequence Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 773 KB

Create sequence diagram programmatically

Home Page: http://sequencediagram.fabriziogiovannetti.com/

License: GNU General Public License v3.0

Scala 100.00%
sequence-diagram scala java

fluent-sequence's People

Contributors

gnosly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fluent-sequence's Issues

Change PointMap.toMap return type

The current value of mutable.TreeMap[String, Fixed2dPoint] is not really used by itself, instead it's always converted into a Map[String, Fixed2dPoint].

I suggest to return map.toMap to make it immutable.

EventBook.events should be private

EventBook looks like a Builder to me: elements get appended to an accumulator field which value is treated as immutable when returned to anyone else outside the class scope.

I suggest to turn events into a private field and to provide a getter method that returns an immutable List.

I'll provide a PR soon.

publish.sbt settings are mostly redundant

Most of the settings found in publish.sbt could be omitted because of default values and of build.sbt settings which the plugin reads metadata from. File could be reduced to the following:

import xerial.sbt.Sonatype._

publishTo := sonatypePublishTo.value

sonatypeProjectHosting := Some(GitHubHosting(
  user = "gnosly",
  repository = name.value,
  fullName = "Fabrizio Giovannetti",
  email = "[email protected]"
))

licenses := Seq("Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))

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.