Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Should commit messages be written in present or past tense? [closed]

Singular or plural for enumerations?

coding-style enumeration

Why does one often see "null != variable" instead of "variable != null" in C#?

c# coding-style

Java naming convention for static final variables [duplicate]

java coding-style

Why should a function have only one exit-point? [closed]

coding-style

In C++, is it still bad practice to return a vector from a function?

Line continuation for list comprehensions or generator expressions in python

Best practice: ordering of public/protected/private within the class definition?

Confused about the Interface and Class coding guidelines for TypeScript

coding-style typescript

Conveniently map between enum and int / String

java enums coding-style

Using do block vs braces {}

ruby coding-style

Does anyone still use [goto] in C# and if so why? [closed]

c# .net coding-style goto

Simple way to create matrix of random numbers

python random coding-style

PEP 8, why no spaces around '=' in keyword argument or a default parameter value?

python coding-style pep8

What is your preferred style for naming variables in R? [closed]

Correct way to define C++ namespace methods in .cpp file

c++ coding-style namespaces

Python coding standards/best practices [closed]

python coding-style

What is "point free" style (in Functional Programming)?

Naming "class" and "id" HTML attributes - dashes vs. underlines [closed]

Are booleans as method arguments unacceptable? [closed]