Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify boilerplate templates #6

Open
2 tasks
gregswindle opened this issue Apr 27, 2017 · 0 comments
Open
2 tasks

Simplify boilerplate templates #6

gregswindle opened this issue Apr 27, 2017 · 0 comments

Comments

@gregswindle
Copy link
Owner

User story

As a contributor,
I need to clearly understand generator-android-lib
In order to maintain and extend it.

Acceptance criteria

  • 1. Define dependency versions in a single place
  • 2. build.gradle files conform to the SRP (Single Responsibility Principle)

Expected Behavior

  1. Versions are defined in an ext.
  2. Responsibilities are packaged semantically, e.g., lint and code smellers are bundled in a quality-gate.gradle file.

Current Behavior

  1. Versions are bound to their dependencies
  2. Concerns and responsibilities are "scattered" among different *.gradle files, e.g., static-code analysis functions a parent build.gradle file.

Possible Solution

Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant