Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

How to draw on screen for Windows Metro Style Apps in C#?

Is "Code Conventions for the Java Programming Language" by Sun (1999) out of date? [closed]

java coding-style

A question of style/readability regarding the C# "using" statement

Documenting getters and setters [closed]

c++ #include style differences

c++ coding-style include

Is using “NOT EXISTS” considered to be bad SQL practise?

sql coding-style

Is there a recommended HTML/CSS/JavaScript coding style guide? [closed]

Should instance/class fields be prefixed in Delphi? [closed]

delphi coding-style

Is it good style to use lambda functions to define very small helper functions?

c++ c++11 coding-style lambda

What is the convention for the placement of inner classes in java? [closed]

Swift 3 functions naming convention [closed]

ios swift swift3 coding-style

How do you style major and minor comments?

coding-style comments

"using" directive in Java

java alias coding-style

java style for long throws exception list

Python style: if statements vs. boolean evaluation

Idiomatic way to conditionally process IO in Haskell

Is it good practice to end coldfusion self-closing tags with "/>"?

Using NULL as a key value in a Map

java coding-style map null key

Do you use nouns for classnames that represent callable objects?

Does any language have a while-else flow structure?

coding-style