Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Which of `if x:` or `if x != 0:` is preferred in Python?

Idiomatic way of taking action on attempt to loop over an empty iterable

Why should I use <ARGV> or <> instead of <STDIN> in Perl?

Android: Preference Style

Auto Boxing vs static numbers

Preferred way of declaring methods in a class

java coding-style

What is alone { code } in Java for?

java coding-style brackets

What could be the meaning of variable in all capital letters?

What exception type should I use?

java exception coding-style

Macro alternative for C++ code generation

c++ macros coding-style

Laravel 5 - Clean code, where to keep business logic (controller example)

Android Studio Code folding Methods in one line

How important is it to indicate if a class implements an interface in Perl?

perl oop coding-style

CSS Brace Styles

Django - How to share configuration constants within an app?

Code Review question - should I allow this passing of an auto_ptr as parameter?

c++ coding-style auto-ptr

#import in header file or implementation file

c++ objective-c c coding-style

UITableView delete editing pushes cell content to the right

How/What to return in this case?

c++ stl coding-style

Return code values in an embedded system written in C

c coding-style