Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

PHP - reversed order in if statement

Bash convention for if ; then

bash shell coding-style

To use or not to use C++0x features [duplicate]

How do I declare the version number for a Perl module?

perl syntax coding-style

Is it a good idea of maintaining "const-ness" as much as possible?

c++ coding-style constants

set variable inside val

Writing standards for unit testing

Bad practice to have two classes of the same name in different packages?

java coding-style packages

Why are some functions declared extern and header file not included in source in Git source code?

c git coding-style

good c style when checking lots of return values

c coding-style

Placement of instance variable declarations

java variables coding-style

Where is the right balance of predicates in a single if statement?

Can I avoid "rightward drift" in Haskell?

coding-style haskell

Design & Coding - top to bottom or bottom to top? [closed]

coding-style

Java Null Reference Best Practice

java coding-style

What is your preferred coding style for dealloc in Objective-C? [closed]

Which do you prefer for interfaces: T[], IEnumerable<T>, IList<T>, or other?

c# .net coding-style

Should Java member enum types be capitalized? [closed]

File open: Is this bad Python style?

Coding style: assignments inside expressions?

c# coding-style