#deadcode — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #deadcode, aggregated by home.social.
-
🐕 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
-
How to find #deadcode in your #Java services
https://blog.picnic.nl/how-to-find-dead-code-in-your-java-services-d167c8f22838
Thanks for the pointer @hansolo_
-
Wednesday Links - Edition 2023-11-08
https://dev.to/0xkkocel/wednesday-links-edition-2023-11-08-5a4n
#java #jvm #eventstorming #kotlin #deadcode #docker #contentnegotiation #git -
How I hade code repos where it's impossible to reproduce a build.
-
Just ran across `deadcode` from @[email protected], a cool new linter-ish tool to find #deadcode in #python code in your projects.
Announcement: https://programming.dev/post/196935
Code: https://github.com/albertas/deadcode