Giter Site home page Giter Site logo

mk-5 / polygonal-io Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 320 KB

A plugin that helps you to provide polygonal architecture inside your app!

Home Page: https://polygonal.io/

License: Apache License 2.0

Java 52.55% Groovy 45.68% Shell 0.46% Kotlin 1.30%

polygonal-io's People

Contributors

mk-5 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

polygonal-io's Issues

More logging in source code parsing process

Issue:

Plugin is failing without giving any special log. It's hard to check what file cause the problem.

Expected behaviour:

Plugin should log at least the problematic file path.

Guice 5.0.1 and 4.0.0 aop conflict

Issue:

We got a problem when another plugin has dependency to guice 4.x. It's caused because guice 4.x was using classifier no_aop. It's gone in 5.0.1 version.

Expected behaviour:

This resolution strategy snippet helps:

    configurations.classpath {
        resolutionStrategy.dependencySubstitution {
            substitute module('com.google.inject:guice') using module('com.google.inject:guice:5.0.1') withoutClassifier()
        }
    }

we should apply it together with plugin.

Define objects numer at type leve

Goal: limit objects number per type, like "one public interface allowed"

Improvement proposal:

polygon:
  packagePrivate: -1
  packages:
    dto:
      public:
        class: 1
        interface: 1
    port:
      types: ['interface']
      public: -1

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.