Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Stateless static methods vs. C functions in Objective-C

Can I format my JavaScript/JQuery code with linebreaks and tabs?

when it's acceptable to output HTML code from Javascript?

"Lisp Style" indentation on curly brace languages [closed]

coding-style indentation

Consistency with Optional Parameter Values

When does reflection stop being worth it?

Python naming convention for functions returning functions [closed]

Standard In PHP for Return Lines when Chaining Function Calls [closed]

php coding-style

Trying to avoid "spaghetti code", why is multiple if-else bad?

php coding-style

Java Code Formatting

What is the preferred way to organize callbacks? [closed]

How to remove unwanted functions from interface

c++ coding-style

How did the convention of not puttting any whitespace in Obj-C method declarations come about?

objective-c coding-style

Ternary (Conditional) Operator and Style

Xcode 4 method braces "{" convention

Is it bad nesting try/catch statements?

What is the benefit of an empty string value vs. using a null value

F# coding style and standard

f# coding-style

What is the proper style for listing imports in Java?

java coding-style

Using if (!bool) vs if (bool == false) in C# [closed]

c# coding-style