Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Bold part of an option in a drop down list

What is the point of using ints as enums

c# enums coding-style

java best practices in matrix/vector library

java coding-style vector

Avoiding conditionals in lazy loading

Passing array of parameters vs. individual parameters to a function in PHP? [closed]

Inverted if-statements

coding-style

Is there a code style enforcer?

php coding-style

python styling ** question

python coding-style pylint

Choosing between reference (T&) and const pointer (T* const)

TextView state_pressed/state_focused/state_selected style change

Does named closures pollute the global/window object?

Why are else statements discouraged in Ruby?

What is accidental macro substitution?

c++ coding-style

assert return-value, but run either way

Indentation of closing parenthesis

python coding-style pep8

Why do Intellij default getter/setter templates delete my boolean "is" variable name prefix?

The use of config file is it equivalent to use of globals?

definition of filename?

Where to Declare Structures, etc?

c++ coding-style

Return enum instead of bool from function for clarity?

c# coding-style