From 518576e56a9d18aa8bd513278ed60b8dda4a7bcb Mon Sep 17 00:00:00 2001 From: Bracconiere Date: Fri, 26 Jun 2015 15:22:38 +0300 Subject: [PATCH] The problem list as a table --- README.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3ca0b91..d8c3625 100644 --- a/README.md +++ b/README.md @@ -29,21 +29,24 @@ ## Solving the problem Many GitHub repositories sport badges for things like: -* [Travis CI](https://travis-ci.org/) build status: - -![travis badge](http://f.cl.ly/items/2H233M0I0T43313c3h0C/Screen%20Shot%202013-01-30%20at%202.45.30%20AM.png) - -* [Gemnasium](https://gemnasium.com/) dependency checks: - -![gemnasium badge](http://f.cl.ly/items/2j1D2R0q2C3s1x2y3k09/Screen%20Shot%202013-01-30%20at%202.46.10%20AM.png) - -* [Code Climate](http://codeclimate.com): - -![code climate badge](http://f.cl.ly/items/0H2O1A3q2b3j1D2i0M3j/Screen%20Shot%202013-01-30%20at%202.46.47%20AM.png) - -* [RubyGems](http://rubygems.org) released gem version: - -![rubygems badge](http://f.cl.ly/items/443X21151h1V301s2s3a/Screen%20Shot%202013-01-30%20at%202.47.10%20AM.png) + + + + + + + + + + + + + + + + + +
Travis CI

(build status)

Travis CI badge
Gemnasium

(dependency checks)

Gemnasium badge
Code Climate

(static analysis)

Code Climate badge
RubyGems

(released gem version)

RubyGems badge
As you can see from the zoomed 400% versions of these badges above, nobody is (really) using the same badge file and at normal size, they're hardly legible. Worst of all, they're completely inconsistent. The information provided isn't of the same kind on each badge. The context is blurry, which doesn't make for a straightforward understanding of how these badges are relevant to the project they're attached to and what information they provide.