Tagged articles
8 articles
Page 1 of 1
IT Services Circle
IT Services Circle
May 5, 2026 · Artificial Intelligence

The 100k‑Star CLAUDE.md Rule File That Eliminates Common AI Coding Bad Habits

This article explains how a popular CLAUDE.md rule file with over 100 k stars introduces four concise principles—Think Before Coding, Simplicity First, Surgical Changes, and Goal‑Driven Execution—to curb AI coding agents' over‑assumptions, reduce unnecessary complexity, and improve code quality, along with installation instructions and user feedback.

AI coding assistantsCLAUDE.mdGitHub
0 likes · 5 min read
The 100k‑Star CLAUDE.md Rule File That Eliminates Common AI Coding Bad Habits
Java Tech Enthusiast
Java Tech Enthusiast
May 3, 2026 · Artificial Intelligence

How a 100k‑Star CLAUDE.md Rule File Eliminates Common AI Coding Bad Habits

The CLAUDE.md rule file, now with over 100k stars on GitHub, defines four concise principles that guide AI coding assistants like Claude Code and Cursor to think before coding, stay simple, make surgical changes, and execute goal‑driven verification, dramatically improving code quality and developer efficiency.

AI coding assistantAutomationCLAUDE.md
0 likes · 7 min read
How a 100k‑Star CLAUDE.md Rule File Eliminates Common AI Coding Bad Habits
Nightwalker Tech
Nightwalker Tech
Apr 8, 2025 · Fundamentals

Cursor Development Rules Configuration for Backend, Frontend, and Android Projects

This document presents a comprehensive set of Cursor development rules covering backend (Golang/Java), frontend (TypeScript with React/Vue), and Android (Kotlin/Java) environments, including general principles, automation and safety policies, code quality optimization, architecture awareness, and change traceability, with copy‑ready appendices.

Backendbest practicescoding guidelines
0 likes · 24 min read
Cursor Development Rules Configuration for Backend, Frontend, and Android Projects
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 23, 2022 · Backend Development

Essential C++ Cross‑Platform Pitfalls and How to Avoid Them

This guide shares practical C++ cross‑platform development tips, covering version selection, include guards, path handling, character encoding, inline functions, type definitions, template usage, compiler differences, and build‑time strategies to keep code portable and maintainable across Windows, macOS, and Linux.

Cbest practicescoding guidelines
0 likes · 18 min read
Essential C++ Cross‑Platform Pitfalls and How to Avoid Them
IT Services Circle
IT Services Circle
Mar 10, 2022 · Backend Development

Using the Alibaba Java Coding Guidelines Plugin in IntelliJ IDEA

This article introduces the Alibaba Java Coding Guidelines plugin for IntelliJ IDEA, explains its rule set and detection modes, and provides step‑by‑step instructions for installing and using the plugin to automatically enforce coding standards in Java projects.

AlibabaIDE pluginIntelliJ IDEA
0 likes · 4 min read
Using the Alibaba Java Coding Guidelines Plugin in IntelliJ IDEA
Senior Brother's Insights
Senior Brother's Insights
Mar 18, 2021 · Fundamentals

Why Overriding hashCode Is Required When You Override equals in Java

This article explains the relationship between Java's equals and hashCode methods, outlines their contractual requirements, shows how the default implementations work, demonstrates proper overrides with code examples, and provides practical guidelines for implementing robust hashCode functions to ensure correct behavior in hash‑based collections.

HashMapJavacoding guidelines
0 likes · 11 min read
Why Overriding hashCode Is Required When You Override equals in Java
Programmer DD
Programmer DD
Mar 9, 2020 · Fundamentals

19 Hilarious Rules for Writing the Worst Code (And How to Avoid Them)

This article humorously presents a GitHub project's 19 tongue‑in‑cheek guidelines for writing terrible code—from typing less and mixing naming styles to avoiding comments, tests, and documentation—while illustrating each rule with vivid examples and images.

Software Engineeringbad practicescode quality
0 likes · 8 min read
19 Hilarious Rules for Writing the Worst Code (And How to Avoid Them)
ITPUB
ITPUB
Feb 9, 2020 · Fundamentals

19 Counterintuitive Rules for Writing Deliberately Bad Code

This article presents a tongue‑in‑cheek guide of nineteen "anti‑best‑practice" rules sourced from a GitHub project, illustrating how to deliberately produce unreadable, unmaintainable code by minimizing typing, mixing naming styles, avoiding comments, and other absurd conventions.

Anti-PatternsGitHubSoftware Engineering
0 likes · 6 min read
19 Counterintuitive Rules for Writing Deliberately Bad Code