tombstone
tombstone copied to clipboard
Dead code detection with tombstones for PHP 🪦🧟
# Idea [tombs](https://github.com/krakjoe/tombs) by @krakjoe is an alternative implementation of the tombstone concept, which doesn't require to place tombstone calls in the code. Instead, it's an extension to the PHP...
# Idea I'd like to provide some automation to 1) add tombstones to a codebase 2) remove dead code from the codebase based on the results from the tombstone library...
# Idea The analyzer is scanning the source code for calls to the tombstone function. This is how the analyzer gets it's list of "active tombstones". There might be reasons...
# Idea The analyzer currently has 2 maching strategies: - By position (file+line) and the tombstone arguments - By surrounding method and the tombstone arguments You maybe would want to...