start
  
  
🔍

🔗 Psalm - static analysis tool for PHP

https://psalm.dev

April 9, 2021

What Is Static Analysis?

Static code analysis is a method of debugging by examining source code before a program is run. It’s done by analyzing a set of code against a set (or multiple sets) of coding rules.

2020

🔗 Conventional Commits

https://conventionalcommits.org

November 9, 2020

The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.

See Full Specification.

 

© 2012 - 2022 Matrizlab - Edoardo Armandi