Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

In Ruby, what's the difference between String() and #to_s

ruby coding-style

Bind a char to an enum type

c++ coding-style enums char

Clojure style: defn- vs. letfn

clojure coding-style

Are there practical or technical advantages to using 2-space vs 4-space indents? [closed]

PHP coding standards

php coding-style

zen of Python vs with statement - philosophical pondering

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