Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

.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

Is it always best practice to declare a variable?

c# variables coding-style

Is there a way to elegantly represent this pattern in Haskell?

Why don't people indent C++ access specifiers/case statements?

C++ style vs. performance?

c++ c performance coding-style

Definition of 'clean code' [closed]

coding-style definition