Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

XML formatting conventions: Why leave a space before />?

Using Eclipse Compiler in Jenkins to get compiler warnings/errors

How to maintain a .clang-format file for different clang-format versions?

ProgressBar Theme with diagonal lines decorator

Best practices for restricting access to enum parameter in C# [closed]

c# .net enums coding-style

Visual Studio: any one click switch between tabs and spaces indentation?

Should I use upper-case naming to declare java constant variables?

Why does pep8 suggest using two spaces in comments?

python coding-style pep8

Override virtual method or create event handler? [closed]

c# events coding-style virtual

Is it preferable to use an "else" in Python when it's not necessary?

python coding-style

difference between if(pointer) vs if(pointer != NULL) in c++, cpplint issue

PHP Interfaces: How are they usable in practice?

php coding-style interface

Why many people use "-%>" instead of "%>" in Rails? [duplicate]

Findbugs issues with mutability of Date object in Java

java coding-style findbugs

style, formatting the slice operator

python coding-style

Proper uses of JavaFX setUserData?

java coding-style javafx

Indenting HTML tags on multiple lines

Is it OK to style the <html> tag?

Dot notation vs square brackets and casting in Objective-C

objective-c coding-style

Where can I find the OFFICIAL Java Coding/Style Standards? [closed]