Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in naming-conventions

Are there any naming convention guidelines for REST APIs? [closed]

rest naming-conventions

Are there best practices for (Java) package organization? [closed]

Why is the asterisk before the variable name, rather than after the type?

Why are dashes preferred for CSS selectors / HTML attributes?

PostgreSQL naming conventions

Correct Bash and shell script variable capitalization

What's the best name for a non-mutating "add" method on an immutable collection?

What are naming conventions for MongoDB?

Should you use .htm or .html file extension? What is the difference, and which file is correct? [closed]

Java Naming Convention with Acronyms [closed]

java naming-conventions

Redis key naming conventions? [closed]

redis naming-conventions

Should a "static final Logger" be declared in UPPER-CASE?

JavaScript naming conventions [closed]

Why do variable names often start with the letter 'm'? [duplicate]

Is the underscore prefix for property and method names merely a convention?

Anyone else find naming classes and methods one of the most difficult parts in programming? [closed]

naming-conventions

What does a type followed by _t (underscore-t) represent?

c naming-conventions types

Coding Conventions - Naming Enums

Enum Naming Convention - Plural

Should I use "camel case" or underscores in Python? [duplicate]