Tagged articles
4 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Aug 14, 2023 · Fundamentals

The Most Bizarre Variable Names Ever Seen – A Humorous Showcase

This article collects a series of absurd and creative variable names from various sources, explains the misunderstandings behind them, and shows code snippets that illustrate why good naming matters while providing entertaining examples for developers.

Programming Conventionscode humorfunny variable names
0 likes · 6 min read
The Most Bizarre Variable Names Ever Seen – A Humorous Showcase
Code Ape Tech Column
Code Ape Tech Column
Jun 10, 2021 · Fundamentals

Mastering Java Code Style: Key Rules from Google’s Guide

This article presents a comprehensive overview of Google’s Java style guide, covering terminology, file naming and encoding, whitespace rules, import ordering, brace placement, indentation, line length, naming conventions, annotations, Javadoc formatting, and practical coding tips to help developers write clean, readable, and maintainable Java code.

Code FormattingGoogle Style GuideProgramming Conventions
0 likes · 27 min read
Mastering Java Code Style: Key Rules from Google’s Guide
Programmer DD
Programmer DD
Jul 24, 2020 · Fundamentals

Master Google’s Java Style Guide: Essential Formatting Rules for Clean Code

This article presents the complete Google Java Style Guide, covering terminology, file naming, encoding, whitespace, braces, line length, import ordering, class structure, naming conventions for packages, classes, methods, constants, variables, type parameters, and Javadoc formatting, providing practical coding tips for Java developers.

GoogleProgramming Conventionscoding standards
0 likes · 27 min read
Master Google’s Java Style Guide: Essential Formatting Rules for Clean Code
Java Captain
Java Captain
Jul 13, 2017 · Fundamentals

Java Programming Style Guidelines and Conventions

This article summarizes key principles, formatting rules, naming conventions, documentation practices, and coding conventions from the book “The Elements of Java Style,” providing practical guidance for developers who want to write clean, consistent, and maintainable Java code.

Programming Conventionsbest practicescoding style
0 likes · 14 min read
Java Programming Style Guidelines and Conventions