Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in conventions

Good Haskell coding standards

Should programmers use boolean variables to "document" their code?

Objective-C: Assertion vs. Exception vs. Error

Netbeans 7.4 introduces "10 lines max" per method rule. Where does this rule come from? [closed]

Python: using 4 spaces for indentation. Why? [closed]

Is it a good idea to typedef pointers?

Python "private" function coding convention

Should arrays be used in C++?

c++ arrays conventions

Where to place private methods in Ruby?

ruby conventions

What is the canonical YAML naming style

yaml conventions

Should one use < or <= in a for loop [closed]

Is it pythonic to import inside functions?

python conventions

How do I pronounce "=>" as used in lambda expressions in .Net [closed]

c# .net lambda conventions

Where to define custom error types in Ruby and/or Rails?

How to organize large R programs?

Swift: guard let vs if let

Are there any Java method ordering conventions? [closed]

java methods conventions

How do I add the contents of an iterable to a set?

Convert Enumeration to a Set/List

Python __str__ versus __unicode__