Tag

class naming

0 views collected around this technical thread.

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.

Javabackendclass naming
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.

Javabackend developmentclass naming
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.

BEMBest Practicesclass naming
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.

BEMBest Practicesclass naming
0 likes · 15 min read
Mastering CSS Class Naming: From Chaos to BEM and Beyond