Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Trismegiste committed Sep 10, 2014
1 parent 4d434d5 commit 8967cc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is a set of CLI tools to help you to analyse and refactor highly coupled clas
As you know Law of Demeter and S.O.L.I.D guidances, you need your classes loosely
coupled. And for this, there is one only rule : **ABSTRACTION**

![From Hell To Kiss](./Resources/doc/img/abstracting.png)
![From Hell To Kiss](./doc/img/abstracting.png)

This app provides some helpers to add abstraction into concrete classes
with minimum pain.
Expand Down Expand Up @@ -42,21 +42,21 @@ This command produces a DOT file for Graphviz. Other format are available :

## Examples
### Default digraph on trismegiste/dokudoki
![digraph1](./Resources/doc/img/sample1.jpg)
![digraph1](./doc/img/sample1.jpg)

### Which components are bottleneck ?
![digraph2](./Resources/doc/img/sample2.jpg)
![digraph2](./doc/img/sample2.jpg)

### Reduced graph to LSP violations on trismegiste/prolog
![digraph3](./Resources/doc/img/sample3.jpg)
![digraph3](./doc/img/sample3.jpg)

## How

Read the concept [here][12]

Read the online documentation [here][4]

And the API [here][5]
And the API [here][5] (not up to date)

## Extensible

Expand Down

0 comments on commit 8967cc8

Please sign in to comment.