home.social

#deadcode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #deadcode, aggregated by home.social.

fetched live
  1. 🐕 Keela v0.4.1 released!

    Dead code detection for Ruby, now with fewer false positives:

    ✅ Hash rockets (CONST => value)
    ✅ Symbol refs (:method_name in callbacks, send, etc.)
    ✅ I18n pluralization siblings (one/other/zero)
    ✅ I18n lazy lookup (t('.title') in views)

    gem install keela

    github.com/kerrizor/keela/rele

    #ruby #rails #deadcode #opensource

  2. How I hade code repos where it's impossible to reproduce a build.

    #deadcode

  3. Just ran across `deadcode` from @[email protected], a cool new linter-ish tool to find #deadcode in #python code in your projects.

    Announcement: programming.dev/post/196935
    Code: github.com/albertas/deadcode