Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Where to store application global settings?

What is benefit of this constructor definition [duplicate]

Can a coding style absolutely guarantee no memory leaks?

Programming in a crunch

performance coding-style

Style triggers in Silverlight

Is this ambiguous or is it perfectly fine?

NAMESPACE_SEPARATOR constant

php coding-style namespaces

Where to type @Override?

Indent preprocessor directives as C code in emacs

TCPDF page borders?

php pdf coding-style tcpdf

Python List operations

python list coding-style

struct mystruct a = b; Is this valid? Direct assignment of structure variables, is it valid in C?

c coding-style

Is redundant code acceptable if it improves readability?

java coding-style