Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.01
https://rubygems.org/gems/apoptosis
I got the idea for this gem during JRubyConf during Michael Feathers' talk. He made a point that software is alive and unlike biological systems, doesn't have an automatic way to kill off old 'cells'. This gem is to aid in finding old, potentially crufty areas of your project that may need to be killed off and remade, or at least looked at.
Currently the gem alerts you to any lines that haven't been touched in at least a year.
\ gem install apoptosis
Navigate to a project directory which is also a git repository and run
the command:
apoptosis
This command will create a DeathRow.md file in the directory with a list
of files and lines in your project which have not been touched in a
year. The idea is that you should re-evaluate and/or refactor them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity