Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in naming-conventions

Is using System.* Namespaces on your own classes considered Bad Practice? [duplicate]

Should an event object be named as a past tense verb or a noun?

How long is too long for a variable name?

What is a common naming convention for RAII classes? [closed]

c++ naming-conventions raii

"Resource Dictionary (WPF)" naming convention and managing suggestions

Why does the predicate naming convention differ between different functions?

RESTful resources: Plural vs. singular when a resource is always singular in the database

rest naming-conventions

Is there any advantage to using AND and OR over && and || in PHP?

php naming-conventions

C/C++: Naming conventions for arrays? [closed]

Best practices for creating a data model [closed]

Why does Resharper want to apply camel-case to private methods?

Java method naming conventions and overloading [closed]

Are there any guidelines for writing .NET APIs using the new async/await features [closed]

Confusion with BEM class naming convention. One level deeper

Method signature best practices - overloading vs. long name

Naming convention for similar Golang variables

go naming-conventions

PHP - Worth including the data type in the variable name?

Avoiding the pitfall of using anaphoric macro unwittingly

What's a good naming convention for a lookup map/hash? [closed]

Should methods in an API that return Task end with Task or Async