Tagged articles
5 articles
Page 1 of 1
Java Backend Technology
Java Backend Technology
May 4, 2023 · Fundamentals

Master Java Class Naming: 10 Common Patterns for Clean, Professional Code

This article explores the most frequent Java class‑naming conventions—covering management, propagation, callbacks, monitoring, memory management, filtering, structural, design‑pattern, parsing, network, and other utility categories—providing clear examples for each to help developers write cleaner, more expressive code.

class namingcoding conventionsjava
0 likes · 17 min read
Master Java Class Naming: 10 Common Patterns for Clean, Professional Code
macrozheng
macrozheng
Feb 23, 2023 · Fundamentals

Master Java Class Naming: 10 Proven Patterns for Clean Code

This article explores common Java class naming conventions across ten categories—management, propagation, callbacks, monitoring, memory, filtering, structure, design patterns, parsing, and networking—providing clear examples and best‑practice tips to make your code more readable and professional.

Backendclass namingcoding conventions
0 likes · 18 min read
Master Java Class Naming: 10 Proven Patterns for Clean Code
macrozheng
macrozheng
Aug 31, 2021 · Backend Development

Master Java Class Naming: 10 Common Patterns and Real‑World Examples

This article explores the essential naming conventions used in Java projects, presenting ten common class‑name patterns—such as Manager, Factory, Context, and Builder—illustrated with real open‑source examples and code snippets to help developers write clearer, more maintainable code.

Design Patternsclass namingjava
0 likes · 21 min read
Master Java Class Naming: 10 Common Patterns and Real‑World Examples
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Oct 10, 2019 · Frontend Development

Mastering CSS Class Naming: From Chaos to BEM and Beyond

This article explores the challenges of CSS class naming, reviews the evolution from chaotic early practices through atomic and modular approaches, explains BEM conventions, and provides practical rules and code examples for creating clear, maintainable class structures in modern front‑end development.

BEMCSSSCSS
0 likes · 15 min read
Mastering CSS Class Naming: From Chaos to BEM and Beyond
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 20, 2016 · Frontend Development

Mastering CSS Class Naming: From Chaos to BEM and Beyond

This article explores the challenges of CSS class naming, traces its evolution from chaotic practices through atomic and modular approaches to the widely adopted BEM methodology, and provides practical rules, keyword lists, and code examples for creating clear, maintainable, and conflict‑free class structures.

BEMCSSbest practices
0 likes · 15 min read
Mastering CSS Class Naming: From Chaos to BEM and Beyond