Tagged articles
18 articles
Page 1 of 1
21CTO
21CTO
Apr 12, 2026 · Industry Insights

Will AI-Generated Code Collapse Software Quality by 2026? A Critical Analysis

The article examines the paradox of AI‑driven coding speed versus software quality, warning that unchecked AI‑generated code could erode system integrity by 2026 and proposing a three‑step "Zero‑Sand" framework to safeguard architecture and maintain developer understanding.

AI CodingLLMSoftware quality
0 likes · 7 min read
Will AI-Generated Code Collapse Software Quality by 2026? A Critical Analysis
37 Interactive Technology Team
37 Interactive Technology Team
Nov 18, 2024 · Operations

The Importance of Work and Effective Work Practices

Work is essential for economic stability, personal growth, and social connection, while effective practices—high quality, efficiency, clear communication, disciplined planning, rigorous testing, and continuous learning—enable individuals to deliver valuable results, advance careers, and foster a positive, collaborative workplace environment.

communicationdevelopment practiceshabits
0 likes · 7 min read
The Importance of Work and Effective Work Practices
Programmer DD
Programmer DD
Aug 9, 2024 · Fundamentals

What ‘Dirty Tricks’ Reveal About Effective Software Engineering

The author reflects on reading Mark’s ‘Clean Code’ sequel, sharing how seemingly ‘old‑school’ heuristics—like backup configs, commit‑message discipline, and the rubber‑duck method—remain vital in modern software development, despite flashy tools, and urges readers to embrace practical, experience‑driven practices.

code qualitydevelopment practicesheuristics
0 likes · 10 min read
What ‘Dirty Tricks’ Reveal About Effective Software Engineering
Architect's Guide
Architect's Guide
Jul 28, 2024 · Fundamentals

Why Software Quality Is Worse Than a Decade Ago: Causes and Reflections

The article argues that despite advances in tools and practices, modern software quality has declined over the past ten years due to factors such as increasing complexity, lack of focus, superficial engineering culture, and inadequate attention to reliability, usability, and security.

Software qualitydevelopment practicessecurity
0 likes · 9 min read
Why Software Quality Is Worse Than a Decade Ago: Causes and Reflections
Ops Development & AI Practice
Ops Development & AI Practice
Feb 2, 2024 · Fundamentals

Why Design Patterns and Architecture Outshine Language Mastery

Many developers focus narrowly on mastering specific programming languages, neglecting broader software design principles, patterns, and architectural frameworks; this article analyzes the causes, impacts on individuals and the industry, and offers strategies such as lifelong learning, practical application, and community engagement to cultivate a more holistic development mindset.

development practicesprogramming education
0 likes · 4 min read
Why Design Patterns and Architecture Outshine Language Mastery
21CTO
21CTO
Nov 19, 2022 · Fundamentals

Mastering Code Reviews: Practical Tips to Boost Software Quality

This article explores how effective code reviews foster teamwork, improve code quality, and accelerate developer growth by setting clear goals, focusing on constructive feedback, asking probing questions, mentoring wisely, and keeping review sessions concise and engaging.

Code reviewSoftware qualitydevelopment practices
0 likes · 8 min read
Mastering Code Reviews: Practical Tips to Boost Software Quality
DaTaobao Tech
DaTaobao Tech
Jul 19, 2022 · Fundamentals

Code Reading Tools Comparison

The article compares code‑reading tools—IDE (e.g., IntelliJ IDEA), Source Insight, Understand, OpenGrok, and Sourcetrail—by evaluating efficiency, usability, cost, and debuggability, noting IDEs are fast but configuration‑heavy, Source Insight/Understand offer powerful analysis for a fee, OpenGrok is free yet UI‑complex, and Sourcetrail integrates with IDEs but lacks updates, concluding that best choice depends on Java needs such as using JSON.parseObject as the entry point.

IDE toolsTechnical AnalysisTool comparison
0 likes · 10 min read
Code Reading Tools Comparison
macrozheng
macrozheng
Jul 8, 2022 · Fundamentals

Why Bad Code Thrives: Lessons from the Trenches

The article reflects on how rushed schedules, misguided management tools, inexperienced developers, and ego‑driven customizations create and perpetuate low‑quality code, urging developers to recognize technical debt, avoid reckless refactoring, and seek realistic project timelines and proper team practices.

Technical Debtcode qualitydevelopment practices
0 likes · 8 min read
Why Bad Code Thrives: Lessons from the Trenches
macrozheng
macrozheng
Apr 6, 2022 · Fundamentals

Why Unit Testing Feels Like a Curse and How Squaretest Can Save You

Unit testing is praised as essential yet dreaded, especially for legacy code, and the article explores why it feels burdensome, reviews tools like Squaretest that auto‑generate massive test suites, critiques other options, and offers practical advice for teams and managers to adopt sustainable testing practices.

Software toolsSquaretestautomation
0 likes · 9 min read
Why Unit Testing Feels Like a Curse and How Squaretest Can Save You
DevOps Cloud Academy
DevOps Cloud Academy
Dec 22, 2020 · Fundamentals

How to Excel in Code Review

This article outlines 13 practical code review standards—ranging from improving system health and rapid feedback to fostering education, respecting guidelines, handling conflicts, ensuring testing, and encouraging constructive communication—aimed at helping developers conduct effective reviews and maintain high-quality, maintainable codebases.

Code reviewSoftware qualitybest practices
0 likes · 13 min read
How to Excel in Code Review
DevOps
DevOps
Nov 11, 2020 · Fundamentals

Why “Shift‑Left Testing” Is a Misleading Concept

The article argues that the so‑called “shift‑left testing” is not a new concept but a rebranding of long‑standing testing principles, critiques its misinterpretation as moving test engineers left, and advocates for developers to own unit testing while professional testers focus on risk‑based, comprehensive quality assurance across the software lifecycle.

Shift-Left TestingSoftware Testingdevelopment practices
0 likes · 17 min read
Why “Shift‑Left Testing” Is a Misleading Concept
DevOps
DevOps
Jun 23, 2020 · Fundamentals

Understanding Test‑Driven Development (TDD): Principles, Considerations, Practices, and Challenges

This article explains Test‑Driven Development (TDD) as an agile design methodology, outlines the mindset, requirement analysis, test‑first habits, refactoring and unit‑testing considerations, demonstrates the red‑green‑refactor workflow with examples, and discusses common difficulties and best‑practice tips.

TDDdevelopment practicesrefactoring
0 likes · 8 min read
Understanding Test‑Driven Development (TDD): Principles, Considerations, Practices, and Challenges
Java Backend Technology
Java Backend Technology
Sep 4, 2018 · Fundamentals

How to Master Framework Source Code Reading: A Practical Guide

This guide walks software developers through a step‑by‑step process—searching resources, scanning code, locating entry points, deep‑reading, organizing, and critically evaluating a framework’s source—to turn source‑code reading into an effective learning habit.

development practicesframework analysissoftware-engineering
0 likes · 8 min read
How to Master Framework Source Code Reading: A Practical Guide
Tencent Cloud Developer
Tencent Cloud Developer
Mar 22, 2018 · Fundamentals

Story Scenario Tree: Practicing Simple Design in Software Development

The Story Scenario Tree is presented as a practical tool that guides developers to apply simple design principles—defining tasks, external interfaces, and upfront test cases—to create isolated, high‑quality code that evolves healthily, with progress measured objectively and defects minimized across changes.

Agile Developmentcode isolationdevelopment practices
0 likes · 5 min read
Story Scenario Tree: Practicing Simple Design in Software Development
21CTO
21CTO
Feb 23, 2016 · Fundamentals

Why Writing Less Code Makes You a Better Developer

The article argues that while writing code is essential, the true goal of developers is to minimize code through thoughtful design, using tools that reduce errors, and continuously refactoring to keep code clear, maintainable, and a harmless by‑product of solving problems.

code minimizationcode qualitydevelopment practices
0 likes · 4 min read
Why Writing Less Code Makes You a Better Developer
21CTO
21CTO
Jan 4, 2016 · Fundamentals

9 Practical Git Pull Request Patterns to Streamline Your Workflow

Discover nine practical Git pull‑request patterns—from isolated PRs and optimistic branching to stealth commits and prototype PRs—that help you quickly fix unrelated issues, manage branch dependencies, and improve code review clarity, all while keeping your development workflow efficient and organized.

Code reviewPull Requestbranching
0 likes · 9 min read
9 Practical Git Pull Request Patterns to Streamline Your Workflow