Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

How to get smart tabs ("indent with tabs, align with spaces") behavior in Xcode?

Is usage of anonymous classes in Java considered bad style or good? [closed]

Why does Golang enforce curly bracket to not be on the next line?

If you break long code lines, how do you indent the stuff on the next line? [closed]

Space between line-comment character(s) and start of actual comment

coding-style comments

Why does python use unconventional triple-quotation marks for comments?

Links to official style guides [closed]

c++ coding-style

Combining multiple attributes in C#

Writing copyright information in python code

Using private static methods [duplicate]

Code-style for indention of multi-line 'if' statement? [duplicate]

break in a case with return.. and for default

Should a collection of constants be placed in a class or interface?

java standards coding-style

Coding Standards for pure C (not C++)

c coding-style

Does malloc() allocate a contiguous block of memory?

c coding-style malloc

C# - Why implement standard exception constructors?

c# exception coding-style

Best Practices: When not/to use partial classes

What is the motivation behind static polymorphism in C++?

c++ coding-style

Should I name "makefile" or "Makefile"?

List of highly-regarded PHP style guides?

php coding-style