Blog

Software design & development

Red Flag: Missing Code Review Process - The Cost of Skipping Quality Checks

Delve into the critical role of code reviews in the software development process. Understand why missing code reviews are a red flag and how they can prevent issues, keep the team informed, and foster continuous improvement.

July 2, 2024 · 2 min · ChatGPT 4.0 & Jiri Raska

Red Flag: Missing Versioning - Ensuring Consistency Across Builds and Tools

Proper versioning in software builds, internal tools, and shared services is critical yet often overlooked. Lack of versioning can lead to integration nightmares, bug tracking challenges, deployment confusion, and a lack of accountability. Implementing comprehensive versioning strategies across various components ensures better collaboration, easier debugging, and more reliable deployments.

June 23, 2024 · 3 min · ChatGPT 4.0 & Jiri Raska

Red Flag: No Version Control - The Hidden Risks of Untracked Code

Not using version control or a central code repository poses severe risks, including lack of change history, deployment confusion, and loss of critical code. This issue, while rare, can have significant consequences, especially in companies where software development is not the primary business focus. Learn why every line of code needs a home and how to avoid the pitfalls of decentralized code storage.

June 21, 2024 · 3 min · ChatGPT 4.0 & Jiri Raska

Red Flag: Poor Quality Tasks - The Hidden Cost of Vague Requirements

Discover the dangers of poorly defined tasks for developers and their impact on project documentation. Learn strategies for ensuring tasks are comprehensive and updated to reflect changing requirements.

June 19, 2024 · 2 min · ChatGPT 4.0 & Jiri Raska

Red Flag: Untracked Commits - The Importance of Linking Code Changes with Task Management Tickets

The absence of tracking code changes with task management tickets is a major red flag. Learn the importance of effective naming conventions for commit messages and how tools like JIRA and Azure DevOps can facilitate this crucial practice.

June 16, 2024 · 3 min · ChatGPT 4.0 & Jiri Raska