Filter by topic
Commenting on a pull request is fraught with potential pitfalls. Here is a short guide to the etiquette of writing pull request comments.
Learn detailed resource naming and tagging recommendations aimed specifically at supporting enterprise cloud adoption efforts.
Semantic Versioning spec and website
Each unit should have only limited knowledge about other units: only units “closely” related to the current unit. Each unit should only talk to its friends; don’t talk to strangers.
In programming, we often remove the spaces between words because programs of different sorts reserve the space (‘ ’) character for special purposes. Because the space character is reserved, we…
Code cleanup doesn't have to be an arduous job. Learn seven simple steps you can perform daily to keep your codebase in great shape.
By Michael Thiessen