mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.7K
active users

#codequality

2 posts2 participants1 post today

A new #Regal release is out! Featuring 4 new linter rules, and a bunch of performance improvements along with the usual fixes. I'm particularly happy about the new "narrow-argument" rule, as I don't know many tools do that type of analysis for any language. It's an optional rule though, so make sure to enable it if you want to try it out!

github.com/StyraInc/regal/rele

This release adds 4 new linter rules to Regal, alongside significant performance improvements and several bug fixes.
New Rule: in-wildcard-key
Using a wildcard variable (_) for the key in the key-v...
GitHubRelease v0.33.1 · StyraInc/regalThis release adds 4 new linter rules to Regal, alongside significant performance improvements and several bug fixes. New Rule: in-wildcard-key Using a wildcard variable (_) for the key in the key-v...

Nouvelle version de PhpStorm dispo ! Support amélioré de PHP 8.x, performances revues à la hausse, meilleures intégrations Symfony/Laravel, refactorings plus intelligents, et plein de petites améliorations pour le confort des devs.

Le récap complet ici : jetbrains.com/phpstorm/whatsne

JetBrainsWhat’s New in PhpStorm 2025.1Explore the new PhpStorm version enhancements including better Xdebug support, nested .env variables, and improved WordPress setup.

Ever wanted to add a new lint rule but gave up because fixing all existing files felt impossible? 🤔 Enter Lint to the Future—a way to progressively improve massive codebases *without* overwhelming PRs or ignored warnings.

@real_ate shares how he’s applying it to ~6k files ➡️ mainmatter.com/blog/2025/03/03

MainmatterProgressively Improving a Massive Codebase With Lint to the Future - Mainmatter
More from Mainmatter

🔗 Struggling with evil dependencies in your codebase?

This article explores strategies to identify, manage, and minimize them—ensuring cleaner, more maintainable software. Don’t let dependencies slow you down: ter.li/7twu3v

ThoughtworksHow to tame evil dependenciesDependencies between software development teams in large organizations are an almighty problem making it important to look at dependencies holistically.

💡 #TIL: Enable Automatic Inline Annotations in PR using Ruff in GitHub Actions

Want to see linting issues directly in your PR instead of digging through logs? 🕵️‍♂️ With Ruff and GitHub Actions, you can enable automatic inline annotations, making it easier to spot and fix issues.

Check out the full guide here: 🔗 til.sanyamkhurana.com/#/topics

til.sanyamkhurana.comSanyam Khurana's TILsA collection of Today I Learned (TIL) posts by Sanyam Khurana. Quick notes, coding tips, and discoveries.