Tagged articles
2 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
Mar 22, 2024 · Fundamentals

Boost Your Code Review: Standards, OOP, Design Patterns & Unit Testing

This article outlines how establishing clear review standards, leveraging object‑oriented principles and SOLID design rules, applying common design patterns, and requiring unit tests can transform code reviews from a perfunctory task into an effective quality‑boosting, knowledge‑sharing practice for development teams.

Code reviewOOPSoftware quality
0 likes · 6 min read
Boost Your Code Review: Standards, OOP, Design Patterns & Unit Testing
JavaScript
JavaScript
Jan 10, 2022 · Fundamentals

Why You Must Verify Unused Color Libraries and Lock Dependency Versions

Even if a project doesn't directly use the Colors library, developers should still check other dependencies for indirect references and ensure all library versions are locked to prevent unexpected behavior and maintain stable builds.

Version Lockingdependency managementdevelopment best practices
0 likes · 1 min read
Why You Must Verify Unused Color Libraries and Lock Dependency Versions