Daily Shaarli

All links of one day in a single page.

December 3, 2022

Naming constructors - Andreas Möller
thumbnail

Consistency is key to making it easier for collaborators to understand and contribute to a project. When it comes to consistently naming constructors, I use the following rules.

Semantic Versioning | php[architect]
thumbnail

When new software comes out it has a version number like 8.2.0. If you’re confused about what that means you’re not alone. The software industry needed a standard way to describe software releases so we as consumers of the software could determine how big of a change it was and determine if we should upgrade. […]