Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

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]

Java coding style, local variables vs repeated method calls

java coding-style

Does a clean and extendable LSTM implementation exists in PyTorch? [closed]

What should the standard be for ReSTful URLS?

url rest coding-style

Shorthand for referring to Perl/Moose package names?

@param tag alignment in php code sniffer

How to find an appropriate event in Magento?