RubyGems Navigation menu

apoptosis 0.0.5

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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.0.5 - August 05, 2011 (7.0 KB)
  2. 0.0.4 - August 04, 2011 (6.5 KB)
  3. 0.0.3 - August 04, 2011 (6.5 KB)
  4. 0.0.2 - August 04, 2011 (6.5 KB)
  5. 0.0.1 - August 04, 2011 (6.5 KB)

Development 相依性套件 (1):

hoe ~> 2.10

擁有者:

作者:

  • Scott Werner

SHA 256 checksum:

a90e840f9496e7f0932abb32c0823cacad91d6fcf60a2b81975758daa8578c54

總下載次數 23,491

這個版本 5,515

License:

Ruby 版本需求:

相關連結: