Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coding-style

Indenting lambdas and nested actions

Does pep8 fail to recognize `# noqa` in some instances?

python coding-style pep8

How careful are you with your return types in Objective-C?

Quick Advice: How should this be written in Ruby?

ruby coding-style

Visual Studio Extension for Code Alignment [closed]

What to do when project coding standards conflicts with unit test code coverage?

php coding-style phpunit

Is it good to pass minimal parameters?

Is there a standard literal constant that I can use instead of "utf-8" in C# (.Net 3.5)?

Is there a more lispy way to write this code?

Objective-C class naming convention vs Uncle Bob

objective-c coding-style

F# coding style - static vs instance methods

c# coding-style f#

Length of longest word in a list

Idiomatic Scala for applying functions in a chain if Option(s) are defined

Guideline: while vs for

c++ coding-style

Variable declaration placement guidelines in Java [closed]

java coding-style

How to make gcc/clang warn about missing breaks in switch statements

Is it possible to break code-behind into multiple partial files?

Is there any way to force resharper to align chained method calls in a specific way

Nested dereferencing arrows in Perl: to omit or not to omit?

perl syntax coding-style

Ocaml: Bad style, all clauses in this pattern-matching are guarded