Tag

Naming Convention

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Sep 12, 2024 · Fundamentals

Designing a Structured Firmware Version Number Format

This article explains a systematic firmware version numbering scheme—including project name, major/minor versions, build ID, and release type—provides a detailed table of the format, shows a concrete example, and offers best‑practice tips for linking each image to its corresponding Git commit.

Naming ConventionVersioningbuild-id
0 likes · 5 min read
Designing a Structured Firmware Version Number Format
Test Development Learning Exchange
Test Development Learning Exchange
Sep 7, 2024 · Fundamentals

Understanding the Underscore (_) in Python: Uses and Conventions

This article explains the versatile uses of the underscore (_) in Python, covering temporary variables in REPL, loop placeholders, tuple unpacking, translation functions, numeric literals, naming‑conflict avoidance, protected and private attributes, and special magic methods, with clear code examples for each case.

Naming Conventioncode-examplesunderscore
0 likes · 6 min read
Understanding the Underscore (_) in Python: Uses and Conventions
Selected Java Interview Questions
Selected Java Interview Questions
Feb 27, 2022 · Backend Development

Why Using isXXX Naming for Boolean Fields in Java Is Discouraged

The article explains Java naming conventions for primitive boolean and Boolean types, shows examples of getters and setters, discusses JavaBeans rules and RPC serialization issues, and recommends using wrapper types for POJOs while keeping primitives for local variables.

BooleanJavaJavaBeans
0 likes · 5 min read
Why Using isXXX Naming for Boolean Fields in Java Is Discouraged
Laravel Tech Community
Laravel Tech Community
Dec 23, 2021 · Databases

Database Object Naming and Design Standards

This guide details comprehensive naming conventions and design best‑practices for MySQL database objects—including schemas, tables, indexes, views, stored procedures, functions, triggers, constraints, and users—along with recommended storage engine, character set, field types, index strategies, and SQL usage rules to ensure consistency, performance, and maintainability.

DatabaseIndexingMySQL
0 likes · 20 min read
Database Object Naming and Design Standards
php中文网 Courses
php中文网 Courses
Nov 9, 2020 · Backend Development

Using Underscore Naming for PHP Controllers When Using PascalCase Class Names

This article explains that when PHP controller files are named using PascalCase, they must be accessed with lowercase and underscores in the URL, illustrating the issue with examples and providing the solution of using underscore naming to correctly load template files.

ControllerMVCNaming Convention
0 likes · 1 min read
Using Underscore Naming for PHP Controllers When Using PascalCase Class Names
Continuous Delivery 2.0
Continuous Delivery 2.0
Feb 19, 2020 · Operations

Best Practices for Naming, Managing, and Retiring Feature Flags

This article outlines practical guidelines for creating clear feature‑flag names, establishing management processes, implementing retirement plans, detecting stale "zombie" flags, assigning ownership, and using metadata tags to keep feature‑flag systems maintainable and low‑risk.

DevOpsFeature FlagsLifecycle Management
0 likes · 7 min read
Best Practices for Naming, Managing, and Retiring Feature Flags
DevOps Cloud Academy
DevOps Cloud Academy
Sep 8, 2019 · Operations

Project Management Guidelines and Jenkins Pipeline Setup

This guide outlines project naming conventions and step‑by‑step instructions for creating a new Jenkins project, configuring build history, parameterized builds, triggers, Jenkinsfile, and how to build, view logs, and debug the pipeline, illustrated with screenshots.

CI/CDJenkinsNaming Convention
0 likes · 2 min read
Project Management Guidelines and Jenkins Pipeline Setup
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Aug 23, 2019 · Backend Development

Choosing Between boolean and Boolean for POJO Fields: Naming, Default Values, and Serialization Implications

This article examines how to correctly define boolean-type member variables in Java POJOs, comparing primitive boolean and wrapper Boolean, discussing naming conventions like success vs isSuccess, default values, JavaBeans getter/setter rules, and the impact on JSON serialization across fastjson, Gson, and Jackson.

BooleanJSONJava
0 likes · 12 min read
Choosing Between boolean and Boolean for POJO Fields: Naming, Default Values, and Serialization Implications
Beike Product & Technology
Beike Product & Technology
Jan 24, 2019 · Frontend Development

Understanding and Applying the BEM Naming Methodology in Frontend Development

This article explains the BEM (Block‑Element‑Modifier) naming convention, why it is needed for style isolation, readability and maintainability, outlines its syntax and common patterns, and provides practical guidelines for page, shared, and local component naming in modern front‑end projects.

BEMCSSNaming Convention
0 likes · 10 min read
Understanding and Applying the BEM Naming Methodology in Frontend Development