Tag

conventions

1 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Sep 22, 2024 · Fundamentals

Git Commit Message Conventions: Types, Formats, and Examples

This article explains the widely used Git commit message convention, detailing the subject prefixes such as feat, fix, docs, and others, their meanings, example usages, and the benefits of adopting a standardized format for clearer project history and automation.

Best PracticesSoftware Developmentcommit-message
0 likes · 5 min read
Git Commit Message Conventions: Types, Formats, and Examples
ByteFE
ByteFE
Jun 24, 2021 · Fundamentals

Effective Variable and Function Naming Conventions in JavaScript

This article explains practical JavaScript naming conventions—covering camelCase, constant capitalization, acronym handling, meaningful and expressive names, verb consistency, boolean naming, and class naming—while providing numerous code examples to illustrate good and bad practices for clearer, maintainable code.

Best PracticesJavaScriptNaming
0 likes · 7 min read
Effective Variable and Function Naming Conventions in JavaScript