Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Not using C++ exceptions by design, in llvm/clang

Factory method for objects - best practice?

Objective-C Coding Standards? [closed]

objective-c coding-style

Python coding convention "Wrong continued indentation before block: found by pylint

python coding-style pylint

Is it a bad practice to always capture all in a lambda expression? [duplicate]

.Net Coding Standards Using a prefix "Is" or "Has" on Method Names

c# .net coding-style

Applying Styles To ListItems in CheckBoxList

SVG: Use Attributes or CSS to style?

coding-style svg

When are comments "too much", and when are they not enough? [closed]

comments coding-style

To use layout_marginLeft in a button style applied as a theme?

Is it wrong to use special characters in C# source code, such as "ñ"?

Naming convention for class of constants in C#: plural or singular?

Puppet: How can I wrap a command into two line if >80 characters?

coding-style puppet

Should we keep 80 characters per line in Java? [closed]

If the convention in Python is to capitalize classes, why then is list() not capitalized? Is it not a class?

is it a good practice to close file descriptors on exit

JavaScript: Two separate scripts - share variables?

javascript coding-style

When to use !() or != when if not null

c# coding-style

C#: Most elegant way to test if int x is element of a given set?

c# .net coding-style

To foo bar, or not to foo bar: that is the question