Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Objective-C Coding Standards [iPhone/Cocoa]

Best Practice: if(foo== false) or if(!foo) [duplicate]

java coding-style

Long function declaration line. What are the conventions for splitting it?

c coding-style

Should the called function always check the array size in C? [closed]

c arrays coding-style

Are there coding standards for XML files?

xml coding-style

How bad is it to put javascript outside of the header?

In OOP, what is the best practice in regards to using "this" inside a class?

java oop coding-style

Textbox Width Problems - ASP.NET

Premature optimization and Premature pessimization related to C++ coding standards

c++ coding-style

Best practice for global constants involving magic numbers

java coding-style constants

Comparison Functor Types vs. operator<

c++ stl coding-style

Call member function on each element in a container

c++ stl boost coding-style

Is VERIFY(...) a good practice in C++ coding?

c++ coding-style verify

Refactor nested IF statement for clarity [closed]

refactoring coding-style

int i vs int index etc. Which one is better? [duplicate]

How do I make this code more readable?

c# coding-style readability

What is best practice as far as using perl-isms (idiomatic expressions) in Perl?

One line functions in C?

Is there a particular naming convention for Java methods that throw exceptions?

C# Equivalent for C++ Macros and using Auto<> Properties

c# properties coding-style