commie2 VS tombs

Compare commie2 vs tombs and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
commie2 tombs
1 4
7 431
- -
10.0 0.0
over 1 year ago 6 months ago
PHP C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

commie2

Posts with mentions or reviews of commie2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-18.

tombs

Posts with mentions or reviews of tombs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-18.
  • Ask HN: Inherited the worst code and tech team I have ever seen. How to fix it?
    2 projects | news.ycombinator.com | 18 Sep 2022
    As others have said, you're in a precarious position: working with pure tech debt for a business that clearly has no interest in keeping its addressing tech debt.

    That being said, first thing would be to use source control and get done sort of code review/release process in place.

    Contrary to other suggestions of "then write tests for everything", I think that's bad advice. It's far more likely that you'll pigeonhole yourself and your team on complicated and unhelpful tests. 3 things you could do in a short amount of time to radically increase the code quality:

    - Lint all the code (php-cs-fixer is a good tool, rector can also help)

    - At least start dependency management (with composer), even if it's empty.

    - Introduce static analysis into the code review process (phpstan/psalm, in a CI preferably). Baseline suppression of existing errors are easy to generate.

    Then personally I would try and aggressively purge dead code, which is easier said than done. Tombs (https://github.com/krakjoe/tombs) is a little awkward but can be helpful, especially if all there is is production.

    Again, handling tech debt sounds like it will be nigh impossible at this company, but modern PHP is really enjoyable and I hope you're able to experience it.

  • Easy way to find non-used code in your codebase
    2 projects | /r/PHP | 1 Apr 2021
    How is this different from https://github.com/krakjoe/tombs?
  • How do you track a dead code?
    4 projects | /r/PHP | 5 Jan 2021
    I don't use this myself, as dead code isn't such a problem for me, but: https://github.com/krakjoe/tombs

What are some alternatives?

When comparing commie2 and tombs you can also consider the following projects:

the-paste - Paste Images in WordPress from many applications and upload them to the media library.

phpdcd - Dead Code Detector (DCD) for PHP code.

laravel-markdown - A highly configurable markdown renderer and Blade component for Laravel

tombstone - Dead code detection with tombstones for PHP 🪦🧟

Rector - Instant Upgrades and Automated Refactoring of any PHP 5.3+ code